aiplatformpb

package
v0.0.0-...-8078c5c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 26, 2024 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Overview

Package aiplatformpb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package aiplatformpb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

This section is empty.

Variables

View Source
var (
	GoogleDriveSource_ResourceId_ResourceType_name = map[int32]string{
		0: "RESOURCE_TYPE_UNSPECIFIED",
		1: "RESOURCE_TYPE_FILE",
		2: "RESOURCE_TYPE_FOLDER",
	}
	GoogleDriveSource_ResourceId_ResourceType_value = map[string]int32{
		"RESOURCE_TYPE_UNSPECIFIED": 0,
		"RESOURCE_TYPE_FILE":        1,
		"RESOURCE_TYPE_FOLDER":      2,
	}
)

Enum value maps for GoogleDriveSource_ResourceId_ResourceType.

View Source
var (
	TensorboardTimeSeries_ValueType_name = map[int32]string{
		0: "VALUE_TYPE_UNSPECIFIED",
		1: "SCALAR",
		2: "TENSOR",
		3: "BLOB_SEQUENCE",
	}
	TensorboardTimeSeries_ValueType_value = map[string]int32{
		"VALUE_TYPE_UNSPECIFIED": 0,
		"SCALAR":                 1,
		"TENSOR":                 2,
		"BLOB_SEQUENCE":          3,
	}
)

Enum value maps for TensorboardTimeSeries_ValueType.

View Source
var DatasetService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "mockgcp.cloud.aiplatform.v1beta1.DatasetService",
	HandlerType: (*DatasetServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CreateDataset",
			Handler:    _DatasetService_CreateDataset_Handler,
		},
		{
			MethodName: "GetDataset",
			Handler:    _DatasetService_GetDataset_Handler,
		},
		{
			MethodName: "UpdateDataset",
			Handler:    _DatasetService_UpdateDataset_Handler,
		},
		{
			MethodName: "ListDatasets",
			Handler:    _DatasetService_ListDatasets_Handler,
		},
		{
			MethodName: "DeleteDataset",
			Handler:    _DatasetService_DeleteDataset_Handler,
		},
		{
			MethodName: "ImportData",
			Handler:    _DatasetService_ImportData_Handler,
		},
		{
			MethodName: "ExportData",
			Handler:    _DatasetService_ExportData_Handler,
		},
		{
			MethodName: "CreateDatasetVersion",
			Handler:    _DatasetService_CreateDatasetVersion_Handler,
		},
		{
			MethodName: "DeleteDatasetVersion",
			Handler:    _DatasetService_DeleteDatasetVersion_Handler,
		},
		{
			MethodName: "GetDatasetVersion",
			Handler:    _DatasetService_GetDatasetVersion_Handler,
		},
		{
			MethodName: "ListDatasetVersions",
			Handler:    _DatasetService_ListDatasetVersions_Handler,
		},
		{
			MethodName: "RestoreDatasetVersion",
			Handler:    _DatasetService_RestoreDatasetVersion_Handler,
		},
		{
			MethodName: "ListDataItems",
			Handler:    _DatasetService_ListDataItems_Handler,
		},
		{
			MethodName: "SearchDataItems",
			Handler:    _DatasetService_SearchDataItems_Handler,
		},
		{
			MethodName: "ListSavedQueries",
			Handler:    _DatasetService_ListSavedQueries_Handler,
		},
		{
			MethodName: "DeleteSavedQuery",
			Handler:    _DatasetService_DeleteSavedQuery_Handler,
		},
		{
			MethodName: "GetAnnotationSpec",
			Handler:    _DatasetService_GetAnnotationSpec_Handler,
		},
		{
			MethodName: "ListAnnotations",
			Handler:    _DatasetService_ListAnnotations_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "mockgcp/cloud/aiplatform/v1beta1/dataset_service.proto",
}

DatasetService_ServiceDesc is the grpc.ServiceDesc for DatasetService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var File_mockgcp_cloud_aiplatform_v1beta1_annotation_proto protoreflect.FileDescriptor
View Source
var File_mockgcp_cloud_aiplatform_v1beta1_annotation_spec_proto protoreflect.FileDescriptor
View Source
var File_mockgcp_cloud_aiplatform_v1beta1_data_item_proto protoreflect.FileDescriptor
View Source
var File_mockgcp_cloud_aiplatform_v1beta1_dataset_proto protoreflect.FileDescriptor
View Source
var File_mockgcp_cloud_aiplatform_v1beta1_dataset_service_proto protoreflect.FileDescriptor
View Source
var File_mockgcp_cloud_aiplatform_v1beta1_dataset_version_proto protoreflect.FileDescriptor
View Source
var File_mockgcp_cloud_aiplatform_v1beta1_encryption_spec_proto protoreflect.FileDescriptor
View Source
var File_mockgcp_cloud_aiplatform_v1beta1_io_proto protoreflect.FileDescriptor
View Source
var File_mockgcp_cloud_aiplatform_v1beta1_operation_proto protoreflect.FileDescriptor
View Source
var File_mockgcp_cloud_aiplatform_v1beta1_saved_query_proto protoreflect.FileDescriptor
View Source
var File_mockgcp_cloud_aiplatform_v1beta1_tensorboard_data_proto protoreflect.FileDescriptor
View Source
var File_mockgcp_cloud_aiplatform_v1beta1_tensorboard_experiment_proto protoreflect.FileDescriptor
View Source
var File_mockgcp_cloud_aiplatform_v1beta1_tensorboard_proto protoreflect.FileDescriptor
View Source
var File_mockgcp_cloud_aiplatform_v1beta1_tensorboard_run_proto protoreflect.FileDescriptor
View Source
var File_mockgcp_cloud_aiplatform_v1beta1_tensorboard_service_proto protoreflect.FileDescriptor
View Source
var File_mockgcp_cloud_aiplatform_v1beta1_tensorboard_time_series_proto protoreflect.FileDescriptor
View Source
var File_mockgcp_cloud_aiplatform_v1beta1_user_action_reference_proto protoreflect.FileDescriptor
View Source
var TensorboardService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "mockgcp.cloud.aiplatform.v1beta1.TensorboardService",
	HandlerType: (*TensorboardServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CreateTensorboard",
			Handler:    _TensorboardService_CreateTensorboard_Handler,
		},
		{
			MethodName: "GetTensorboard",
			Handler:    _TensorboardService_GetTensorboard_Handler,
		},
		{
			MethodName: "UpdateTensorboard",
			Handler:    _TensorboardService_UpdateTensorboard_Handler,
		},
		{
			MethodName: "ListTensorboards",
			Handler:    _TensorboardService_ListTensorboards_Handler,
		},
		{
			MethodName: "DeleteTensorboard",
			Handler:    _TensorboardService_DeleteTensorboard_Handler,
		},
		{
			MethodName: "ReadTensorboardUsage",
			Handler:    _TensorboardService_ReadTensorboardUsage_Handler,
		},
		{
			MethodName: "ReadTensorboardSize",
			Handler:    _TensorboardService_ReadTensorboardSize_Handler,
		},
		{
			MethodName: "CreateTensorboardExperiment",
			Handler:    _TensorboardService_CreateTensorboardExperiment_Handler,
		},
		{
			MethodName: "GetTensorboardExperiment",
			Handler:    _TensorboardService_GetTensorboardExperiment_Handler,
		},
		{
			MethodName: "UpdateTensorboardExperiment",
			Handler:    _TensorboardService_UpdateTensorboardExperiment_Handler,
		},
		{
			MethodName: "ListTensorboardExperiments",
			Handler:    _TensorboardService_ListTensorboardExperiments_Handler,
		},
		{
			MethodName: "DeleteTensorboardExperiment",
			Handler:    _TensorboardService_DeleteTensorboardExperiment_Handler,
		},
		{
			MethodName: "CreateTensorboardRun",
			Handler:    _TensorboardService_CreateTensorboardRun_Handler,
		},
		{
			MethodName: "BatchCreateTensorboardRuns",
			Handler:    _TensorboardService_BatchCreateTensorboardRuns_Handler,
		},
		{
			MethodName: "GetTensorboardRun",
			Handler:    _TensorboardService_GetTensorboardRun_Handler,
		},
		{
			MethodName: "UpdateTensorboardRun",
			Handler:    _TensorboardService_UpdateTensorboardRun_Handler,
		},
		{
			MethodName: "ListTensorboardRuns",
			Handler:    _TensorboardService_ListTensorboardRuns_Handler,
		},
		{
			MethodName: "DeleteTensorboardRun",
			Handler:    _TensorboardService_DeleteTensorboardRun_Handler,
		},
		{
			MethodName: "BatchCreateTensorboardTimeSeries",
			Handler:    _TensorboardService_BatchCreateTensorboardTimeSeries_Handler,
		},
		{
			MethodName: "CreateTensorboardTimeSeries",
			Handler:    _TensorboardService_CreateTensorboardTimeSeries_Handler,
		},
		{
			MethodName: "GetTensorboardTimeSeries",
			Handler:    _TensorboardService_GetTensorboardTimeSeries_Handler,
		},
		{
			MethodName: "UpdateTensorboardTimeSeries",
			Handler:    _TensorboardService_UpdateTensorboardTimeSeries_Handler,
		},
		{
			MethodName: "ListTensorboardTimeSeries",
			Handler:    _TensorboardService_ListTensorboardTimeSeries_Handler,
		},
		{
			MethodName: "DeleteTensorboardTimeSeries",
			Handler:    _TensorboardService_DeleteTensorboardTimeSeries_Handler,
		},
		{
			MethodName: "BatchReadTensorboardTimeSeriesData",
			Handler:    _TensorboardService_BatchReadTensorboardTimeSeriesData_Handler,
		},
		{
			MethodName: "ReadTensorboardTimeSeriesData",
			Handler:    _TensorboardService_ReadTensorboardTimeSeriesData_Handler,
		},
		{
			MethodName: "WriteTensorboardExperimentData",
			Handler:    _TensorboardService_WriteTensorboardExperimentData_Handler,
		},
		{
			MethodName: "WriteTensorboardRunData",
			Handler:    _TensorboardService_WriteTensorboardRunData_Handler,
		},
		{
			MethodName: "ExportTensorboardTimeSeriesData",
			Handler:    _TensorboardService_ExportTensorboardTimeSeriesData_Handler,
		},
	},
	Streams: []grpc.StreamDesc{
		{
			StreamName:    "ReadTensorboardBlobData",
			Handler:       _TensorboardService_ReadTensorboardBlobData_Handler,
			ServerStreams: true,
		},
	},
	Metadata: "mockgcp/cloud/aiplatform/v1beta1/tensorboard_service.proto",
}

TensorboardService_ServiceDesc is the grpc.ServiceDesc for TensorboardService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterDatasetServiceHandler

func RegisterDatasetServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterDatasetServiceHandler registers the http handlers for service DatasetService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterDatasetServiceHandlerClient

func RegisterDatasetServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client DatasetServiceClient) error

RegisterDatasetServiceHandlerClient registers the http handlers for service DatasetService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "DatasetServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "DatasetServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "DatasetServiceClient" to call the correct interceptors.

func RegisterDatasetServiceHandlerFromEndpoint

func RegisterDatasetServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterDatasetServiceHandlerFromEndpoint is same as RegisterDatasetServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterDatasetServiceHandlerServer

func RegisterDatasetServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server DatasetServiceServer) error

RegisterDatasetServiceHandlerServer registers the http handlers for service DatasetService to "mux". UnaryRPC :call DatasetServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterDatasetServiceHandlerFromEndpoint instead.

func RegisterDatasetServiceServer

func RegisterDatasetServiceServer(s grpc.ServiceRegistrar, srv DatasetServiceServer)

func RegisterTensorboardServiceHandler

func RegisterTensorboardServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterTensorboardServiceHandler registers the http handlers for service TensorboardService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterTensorboardServiceHandlerClient

func RegisterTensorboardServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client TensorboardServiceClient) error

RegisterTensorboardServiceHandlerClient registers the http handlers for service TensorboardService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "TensorboardServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "TensorboardServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "TensorboardServiceClient" to call the correct interceptors.

func RegisterTensorboardServiceHandlerFromEndpoint

func RegisterTensorboardServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterTensorboardServiceHandlerFromEndpoint is same as RegisterTensorboardServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterTensorboardServiceHandlerServer

func RegisterTensorboardServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server TensorboardServiceServer) error

RegisterTensorboardServiceHandlerServer registers the http handlers for service TensorboardService to "mux". UnaryRPC :call TensorboardServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterTensorboardServiceHandlerFromEndpoint instead.

func RegisterTensorboardServiceServer

func RegisterTensorboardServiceServer(s grpc.ServiceRegistrar, srv TensorboardServiceServer)

Types

type Annotation

type Annotation struct {

	// Output only. Resource name of the Annotation.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Required. Google Cloud Storage URI points to a YAML file describing
	// [payload][mockgcp.cloud.aiplatform.v1beta1.Annotation.payload]. The schema
	// is defined as an [OpenAPI 3.0.2 Schema
	// Object](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.2.md#schemaObject).
	// The schema files that can be used here are found in
	// gs://google-cloud-aiplatform/schema/dataset/annotation/, note that the
	// chosen schema must be consistent with the parent Dataset's
	// [metadata][mockgcp.cloud.aiplatform.v1beta1.Dataset.metadata_schema_uri].
	PayloadSchemaUri string `protobuf:"bytes,2,opt,name=payload_schema_uri,json=payloadSchemaUri,proto3" json:"payload_schema_uri,omitempty"`
	// Required. The schema of the payload can be found in
	// [payload_schema][mockgcp.cloud.aiplatform.v1beta1.Annotation.payload_schema_uri].
	Payload *_struct.Value `protobuf:"bytes,3,opt,name=payload,proto3" json:"payload,omitempty"`
	// Output only. Timestamp when this Annotation was created.
	CreateTime *timestamp.Timestamp `protobuf:"bytes,4,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// Output only. Timestamp when this Annotation was last updated.
	UpdateTime *timestamp.Timestamp `protobuf:"bytes,7,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// Optional. Used to perform consistent read-modify-write updates. If not set,
	// a blind "overwrite" update happens.
	Etag string `protobuf:"bytes,8,opt,name=etag,proto3" json:"etag,omitempty"`
	// Output only. The source of the Annotation.
	AnnotationSource *UserActionReference `protobuf:"bytes,5,opt,name=annotation_source,json=annotationSource,proto3" json:"annotation_source,omitempty"`
	// Optional. The labels with user-defined metadata to organize your
	// Annotations.
	//
	// Label keys and values can be no longer than 64 characters
	// (Unicode codepoints), can only contain lowercase letters, numeric
	// characters, underscores and dashes. International characters are allowed.
	// No more than 64 user labels can be associated with one Annotation(System
	// labels are excluded).
	//
	// See https://goo.gl/xmQnxf for more information and examples of labels.
	// System reserved label keys are prefixed with "aiplatform.googleapis.com/"
	// and are immutable. Following system labels exist for each Annotation:
	//
	//   - "aiplatform.googleapis.com/annotation_set_name":
	//     optional, name of the UI's annotation set this Annotation belongs to.
	//     If not set, the Annotation is not visible in the UI.
	//
	//   - "aiplatform.googleapis.com/payload_schema":
	//     output only, its value is the
	//     [payload_schema's][mockgcp.cloud.aiplatform.v1beta1.Annotation.payload_schema_uri]
	//     title.
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

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

func (*Annotation) Descriptor deprecated

func (*Annotation) Descriptor() ([]byte, []int)

Deprecated: Use Annotation.ProtoReflect.Descriptor instead.

func (*Annotation) GetAnnotationSource

func (x *Annotation) GetAnnotationSource() *UserActionReference

func (*Annotation) GetCreateTime

func (x *Annotation) GetCreateTime() *timestamp.Timestamp

func (*Annotation) GetEtag

func (x *Annotation) GetEtag() string

func (*Annotation) GetLabels

func (x *Annotation) GetLabels() map[string]string

func (*Annotation) GetName

func (x *Annotation) GetName() string

func (*Annotation) GetPayload

func (x *Annotation) GetPayload() *_struct.Value

func (*Annotation) GetPayloadSchemaUri

func (x *Annotation) GetPayloadSchemaUri() string

func (*Annotation) GetUpdateTime

func (x *Annotation) GetUpdateTime() *timestamp.Timestamp

func (*Annotation) ProtoMessage

func (*Annotation) ProtoMessage()

func (*Annotation) ProtoReflect

func (x *Annotation) ProtoReflect() protoreflect.Message

func (*Annotation) Reset

func (x *Annotation) Reset()

func (*Annotation) String

func (x *Annotation) String() string

type AnnotationSpec

type AnnotationSpec struct {

	// Output only. Resource name of the AnnotationSpec.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Required. The user-defined name of the AnnotationSpec.
	// The name can be up to 128 characters long and can consist of any UTF-8
	// characters.
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// Output only. Timestamp when this AnnotationSpec was created.
	CreateTime *timestamp.Timestamp `protobuf:"bytes,3,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// Output only. Timestamp when AnnotationSpec was last updated.
	UpdateTime *timestamp.Timestamp `protobuf:"bytes,4,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// Optional. Used to perform consistent read-modify-write updates. If not set,
	// a blind "overwrite" update happens.
	Etag string `protobuf:"bytes,5,opt,name=etag,proto3" json:"etag,omitempty"`
	// contains filtered or unexported fields
}

Identifies a concept with which DataItems may be annotated with.

func (*AnnotationSpec) Descriptor deprecated

func (*AnnotationSpec) Descriptor() ([]byte, []int)

Deprecated: Use AnnotationSpec.ProtoReflect.Descriptor instead.

func (*AnnotationSpec) GetCreateTime

func (x *AnnotationSpec) GetCreateTime() *timestamp.Timestamp

func (*AnnotationSpec) GetDisplayName

func (x *AnnotationSpec) GetDisplayName() string

func (*AnnotationSpec) GetEtag

func (x *AnnotationSpec) GetEtag() string

func (*AnnotationSpec) GetName

func (x *AnnotationSpec) GetName() string

func (*AnnotationSpec) GetUpdateTime

func (x *AnnotationSpec) GetUpdateTime() *timestamp.Timestamp

func (*AnnotationSpec) ProtoMessage

func (*AnnotationSpec) ProtoMessage()

func (*AnnotationSpec) ProtoReflect

func (x *AnnotationSpec) ProtoReflect() protoreflect.Message

func (*AnnotationSpec) Reset

func (x *AnnotationSpec) Reset()

func (*AnnotationSpec) String

func (x *AnnotationSpec) String() string

type AvroSource

type AvroSource struct {

	// Required. Google Cloud Storage location.
	GcsSource *GcsSource `protobuf:"bytes,1,opt,name=gcs_source,json=gcsSource,proto3" json:"gcs_source,omitempty"`
	// contains filtered or unexported fields
}

The storage details for Avro input content.

func (*AvroSource) Descriptor deprecated

func (*AvroSource) Descriptor() ([]byte, []int)

Deprecated: Use AvroSource.ProtoReflect.Descriptor instead.

func (*AvroSource) GetGcsSource

func (x *AvroSource) GetGcsSource() *GcsSource

func (*AvroSource) ProtoMessage

func (*AvroSource) ProtoMessage()

func (*AvroSource) ProtoReflect

func (x *AvroSource) ProtoReflect() protoreflect.Message

func (*AvroSource) Reset

func (x *AvroSource) Reset()

func (*AvroSource) String

func (x *AvroSource) String() string

type BatchCreateTensorboardRunsRequest

type BatchCreateTensorboardRunsRequest struct {

	// Required. The resource name of the TensorboardExperiment to create the
	// TensorboardRuns in. Format:
	// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}`
	// The parent field in the CreateTensorboardRunRequest messages must match
	// this field.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Required. The request message specifying the TensorboardRuns to create.
	// A maximum of 1000 TensorboardRuns can be created in a batch.
	Requests []*CreateTensorboardRunRequest `protobuf:"bytes,2,rep,name=requests,proto3" json:"requests,omitempty"`
	// contains filtered or unexported fields
}

Request message for [TensorboardService.BatchCreateTensorboardRuns][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.BatchCreateTensorboardRuns].

func (*BatchCreateTensorboardRunsRequest) Descriptor deprecated

func (*BatchCreateTensorboardRunsRequest) Descriptor() ([]byte, []int)

Deprecated: Use BatchCreateTensorboardRunsRequest.ProtoReflect.Descriptor instead.

func (*BatchCreateTensorboardRunsRequest) GetParent

func (*BatchCreateTensorboardRunsRequest) GetRequests

func (*BatchCreateTensorboardRunsRequest) ProtoMessage

func (*BatchCreateTensorboardRunsRequest) ProtoMessage()

func (*BatchCreateTensorboardRunsRequest) ProtoReflect

func (*BatchCreateTensorboardRunsRequest) Reset

func (*BatchCreateTensorboardRunsRequest) String

type BatchCreateTensorboardRunsResponse

type BatchCreateTensorboardRunsResponse struct {

	// The created TensorboardRuns.
	TensorboardRuns []*TensorboardRun `protobuf:"bytes,1,rep,name=tensorboard_runs,json=tensorboardRuns,proto3" json:"tensorboard_runs,omitempty"`
	// contains filtered or unexported fields
}

Response message for [TensorboardService.BatchCreateTensorboardRuns][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.BatchCreateTensorboardRuns].

func (*BatchCreateTensorboardRunsResponse) Descriptor deprecated

func (*BatchCreateTensorboardRunsResponse) Descriptor() ([]byte, []int)

Deprecated: Use BatchCreateTensorboardRunsResponse.ProtoReflect.Descriptor instead.

func (*BatchCreateTensorboardRunsResponse) GetTensorboardRuns

func (x *BatchCreateTensorboardRunsResponse) GetTensorboardRuns() []*TensorboardRun

func (*BatchCreateTensorboardRunsResponse) ProtoMessage

func (*BatchCreateTensorboardRunsResponse) ProtoMessage()

func (*BatchCreateTensorboardRunsResponse) ProtoReflect

func (*BatchCreateTensorboardRunsResponse) Reset

func (*BatchCreateTensorboardRunsResponse) String

type BatchCreateTensorboardTimeSeriesRequest

type BatchCreateTensorboardTimeSeriesRequest struct {

	// Required. The resource name of the TensorboardExperiment to create the
	// TensorboardTimeSeries in.
	// Format:
	// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}`
	// The TensorboardRuns referenced by the parent fields in the
	// CreateTensorboardTimeSeriesRequest messages must be sub resources of this
	// TensorboardExperiment.
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Required. The request message specifying the TensorboardTimeSeries to
	// create. A maximum of 1000 TensorboardTimeSeries can be created in a batch.
	Requests []*CreateTensorboardTimeSeriesRequest `protobuf:"bytes,2,rep,name=requests,proto3" json:"requests,omitempty"`
	// contains filtered or unexported fields
}

Request message for [TensorboardService.BatchCreateTensorboardTimeSeries][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.BatchCreateTensorboardTimeSeries].

func (*BatchCreateTensorboardTimeSeriesRequest) Descriptor deprecated

func (*BatchCreateTensorboardTimeSeriesRequest) Descriptor() ([]byte, []int)

Deprecated: Use BatchCreateTensorboardTimeSeriesRequest.ProtoReflect.Descriptor instead.

func (*BatchCreateTensorboardTimeSeriesRequest) GetParent

func (*BatchCreateTensorboardTimeSeriesRequest) GetRequests

func (*BatchCreateTensorboardTimeSeriesRequest) ProtoMessage

func (*BatchCreateTensorboardTimeSeriesRequest) ProtoReflect

func (*BatchCreateTensorboardTimeSeriesRequest) Reset

func (*BatchCreateTensorboardTimeSeriesRequest) String

type BatchCreateTensorboardTimeSeriesResponse

type BatchCreateTensorboardTimeSeriesResponse struct {

	// The created TensorboardTimeSeries.
	TensorboardTimeSeries []*TensorboardTimeSeries `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

Response message for [TensorboardService.BatchCreateTensorboardTimeSeries][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.BatchCreateTensorboardTimeSeries].

func (*BatchCreateTensorboardTimeSeriesResponse) Descriptor deprecated

func (*BatchCreateTensorboardTimeSeriesResponse) Descriptor() ([]byte, []int)

Deprecated: Use BatchCreateTensorboardTimeSeriesResponse.ProtoReflect.Descriptor instead.

func (*BatchCreateTensorboardTimeSeriesResponse) GetTensorboardTimeSeries

func (x *BatchCreateTensorboardTimeSeriesResponse) GetTensorboardTimeSeries() []*TensorboardTimeSeries

func (*BatchCreateTensorboardTimeSeriesResponse) ProtoMessage

func (*BatchCreateTensorboardTimeSeriesResponse) ProtoReflect

func (*BatchCreateTensorboardTimeSeriesResponse) Reset

func (*BatchCreateTensorboardTimeSeriesResponse) String

type BatchReadTensorboardTimeSeriesDataRequest

type BatchReadTensorboardTimeSeriesDataRequest struct {

	// Required. The resource name of the Tensorboard containing
	// TensorboardTimeSeries to read data from. Format:
	// `projects/{project}/locations/{location}/tensorboards/{tensorboard}`.
	// The TensorboardTimeSeries referenced by
	// [time_series][mockgcp.cloud.aiplatform.v1beta1.BatchReadTensorboardTimeSeriesDataRequest.time_series]
	// must be sub resources of this Tensorboard.
	Tensorboard string `protobuf:"bytes,1,opt,name=tensorboard,proto3" json:"tensorboard,omitempty"`
	// Required. The resource names of the TensorboardTimeSeries to read data
	// from. Format:
	// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}`
	TimeSeries []string `protobuf:"bytes,2,rep,name=time_series,json=timeSeries,proto3" json:"time_series,omitempty"`
	// contains filtered or unexported fields
}

Request message for [TensorboardService.BatchReadTensorboardTimeSeriesData][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.BatchReadTensorboardTimeSeriesData].

func (*BatchReadTensorboardTimeSeriesDataRequest) Descriptor deprecated

func (*BatchReadTensorboardTimeSeriesDataRequest) Descriptor() ([]byte, []int)

Deprecated: Use BatchReadTensorboardTimeSeriesDataRequest.ProtoReflect.Descriptor instead.

func (*BatchReadTensorboardTimeSeriesDataRequest) GetTensorboard

func (*BatchReadTensorboardTimeSeriesDataRequest) GetTimeSeries

func (*BatchReadTensorboardTimeSeriesDataRequest) ProtoMessage

func (*BatchReadTensorboardTimeSeriesDataRequest) ProtoReflect

func (*BatchReadTensorboardTimeSeriesDataRequest) Reset

func (*BatchReadTensorboardTimeSeriesDataRequest) String

type BatchReadTensorboardTimeSeriesDataResponse

type BatchReadTensorboardTimeSeriesDataResponse struct {

	// The returned time series data.
	TimeSeriesData []*TimeSeriesData `protobuf:"bytes,1,rep,name=time_series_data,json=timeSeriesData,proto3" json:"time_series_data,omitempty"`
	// contains filtered or unexported fields
}

Response message for [TensorboardService.BatchReadTensorboardTimeSeriesData][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.BatchReadTensorboardTimeSeriesData].

func (*BatchReadTensorboardTimeSeriesDataResponse) Descriptor deprecated

Deprecated: Use BatchReadTensorboardTimeSeriesDataResponse.ProtoReflect.Descriptor instead.

func (*BatchReadTensorboardTimeSeriesDataResponse) GetTimeSeriesData

func (*BatchReadTensorboardTimeSeriesDataResponse) ProtoMessage

func (*BatchReadTensorboardTimeSeriesDataResponse) ProtoReflect

func (*BatchReadTensorboardTimeSeriesDataResponse) Reset

func (*BatchReadTensorboardTimeSeriesDataResponse) String

type BigQueryDestination

type BigQueryDestination struct {

	// Required. BigQuery URI to a project or table, up to 2000 characters long.
	//
	// When only the project is specified, the Dataset and Table is created.
	// When the full table reference is specified, the Dataset must exist and
	// table must not exist.
	//
	// Accepted forms:
	//
	// *  BigQuery path. For example:
	// `bq://projectId` or `bq://projectId.bqDatasetId` or
	// `bq://projectId.bqDatasetId.bqTableId`.
	OutputUri string `protobuf:"bytes,1,opt,name=output_uri,json=outputUri,proto3" json:"output_uri,omitempty"`
	// contains filtered or unexported fields
}

The BigQuery location for the output content.

func (*BigQueryDestination) Descriptor deprecated

func (*BigQueryDestination) Descriptor() ([]byte, []int)

Deprecated: Use BigQueryDestination.ProtoReflect.Descriptor instead.

func (*BigQueryDestination) GetOutputUri

func (x *BigQueryDestination) GetOutputUri() string

func (*BigQueryDestination) ProtoMessage

func (*BigQueryDestination) ProtoMessage()

func (*BigQueryDestination) ProtoReflect

func (x *BigQueryDestination) ProtoReflect() protoreflect.Message

func (*BigQueryDestination) Reset

func (x *BigQueryDestination) Reset()

func (*BigQueryDestination) String

func (x *BigQueryDestination) String() string

type BigQuerySource

type BigQuerySource struct {

	// Required. BigQuery URI to a table, up to 2000 characters long.
	// Accepted forms:
	//
	// *  BigQuery path. For example: `bq://projectId.bqDatasetId.bqTableId`.
	InputUri string `protobuf:"bytes,1,opt,name=input_uri,json=inputUri,proto3" json:"input_uri,omitempty"`
	// contains filtered or unexported fields
}

The BigQuery location for the input content.

func (*BigQuerySource) Descriptor deprecated

func (*BigQuerySource) Descriptor() ([]byte, []int)

Deprecated: Use BigQuerySource.ProtoReflect.Descriptor instead.

func (*BigQuerySource) GetInputUri

func (x *BigQuerySource) GetInputUri() string

func (*BigQuerySource) ProtoMessage

func (*BigQuerySource) ProtoMessage()

func (*BigQuerySource) ProtoReflect

func (x *BigQuerySource) ProtoReflect() protoreflect.Message

func (*BigQuerySource) Reset

func (x *BigQuerySource) Reset()

func (*BigQuerySource) String

func (x *BigQuerySource) String() string

type ContainerRegistryDestination

type ContainerRegistryDestination struct {

	// Required. Container Registry URI of a container image.
	// Only Google Container Registry and Artifact Registry are supported now.
	// Accepted forms:
	//
	//   - Google Container Registry path. For example:
	//     `gcr.io/projectId/imageName:tag`.
	//
	//   - Artifact Registry path. For example:
	//     `us-central1-docker.pkg.dev/projectId/repoName/imageName:tag`.
	//
	// If a tag is not specified, "latest" will be used as the default tag.
	OutputUri string `protobuf:"bytes,1,opt,name=output_uri,json=outputUri,proto3" json:"output_uri,omitempty"`
	// contains filtered or unexported fields
}

The Container Registry location for the container image.

func (*ContainerRegistryDestination) Descriptor deprecated

func (*ContainerRegistryDestination) Descriptor() ([]byte, []int)

Deprecated: Use ContainerRegistryDestination.ProtoReflect.Descriptor instead.

func (*ContainerRegistryDestination) GetOutputUri

func (x *ContainerRegistryDestination) GetOutputUri() string

func (*ContainerRegistryDestination) ProtoMessage

func (*ContainerRegistryDestination) ProtoMessage()

func (*ContainerRegistryDestination) ProtoReflect

func (*ContainerRegistryDestination) Reset

func (x *ContainerRegistryDestination) Reset()

func (*ContainerRegistryDestination) String

type CreateDatasetOperationMetadata

type CreateDatasetOperationMetadata struct {

	// The operation generic information.
	GenericMetadata *GenericOperationMetadata `protobuf:"bytes,1,opt,name=generic_metadata,json=genericMetadata,proto3" json:"generic_metadata,omitempty"`
	// contains filtered or unexported fields
}

Runtime operation information for [DatasetService.CreateDataset][mockgcp.cloud.aiplatform.v1beta1.DatasetService.CreateDataset].

func (*CreateDatasetOperationMetadata) Descriptor deprecated

func (*CreateDatasetOperationMetadata) Descriptor() ([]byte, []int)

Deprecated: Use CreateDatasetOperationMetadata.ProtoReflect.Descriptor instead.

func (*CreateDatasetOperationMetadata) GetGenericMetadata

func (*CreateDatasetOperationMetadata) ProtoMessage

func (*CreateDatasetOperationMetadata) ProtoMessage()

func (*CreateDatasetOperationMetadata) ProtoReflect

func (*CreateDatasetOperationMetadata) Reset

func (x *CreateDatasetOperationMetadata) Reset()

func (*CreateDatasetOperationMetadata) String

type CreateDatasetRequest

type CreateDatasetRequest struct {

	// Required. The resource name of the Location to create the Dataset in.
	// Format: `projects/{project}/locations/{location}`
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Required. The Dataset to create.
	Dataset *Dataset `protobuf:"bytes,2,opt,name=dataset,proto3" json:"dataset,omitempty"`
	// contains filtered or unexported fields
}

Request message for [DatasetService.CreateDataset][mockgcp.cloud.aiplatform.v1beta1.DatasetService.CreateDataset].

func (*CreateDatasetRequest) Descriptor deprecated

func (*CreateDatasetRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateDatasetRequest.ProtoReflect.Descriptor instead.

func (*CreateDatasetRequest) GetDataset

func (x *CreateDatasetRequest) GetDataset() *Dataset

func (*CreateDatasetRequest) GetParent

func (x *CreateDatasetRequest) GetParent() string

func (*CreateDatasetRequest) ProtoMessage

func (*CreateDatasetRequest) ProtoMessage()

func (*CreateDatasetRequest) ProtoReflect

func (x *CreateDatasetRequest) ProtoReflect() protoreflect.Message

func (*CreateDatasetRequest) Reset

func (x *CreateDatasetRequest) Reset()

func (*CreateDatasetRequest) String

func (x *CreateDatasetRequest) String() string

type CreateDatasetVersionOperationMetadata

type CreateDatasetVersionOperationMetadata struct {

	// The common part of the operation metadata.
	GenericMetadata *GenericOperationMetadata `protobuf:"bytes,1,opt,name=generic_metadata,json=genericMetadata,proto3" json:"generic_metadata,omitempty"`
	// contains filtered or unexported fields
}

Runtime operation information for [DatasetService.CreateDatasetVersion][mockgcp.cloud.aiplatform.v1beta1.DatasetService.CreateDatasetVersion].

func (*CreateDatasetVersionOperationMetadata) Descriptor deprecated

func (*CreateDatasetVersionOperationMetadata) Descriptor() ([]byte, []int)

Deprecated: Use CreateDatasetVersionOperationMetadata.ProtoReflect.Descriptor instead.

func (*CreateDatasetVersionOperationMetadata) GetGenericMetadata

func (*CreateDatasetVersionOperationMetadata) ProtoMessage

func (*CreateDatasetVersionOperationMetadata) ProtoMessage()

func (*CreateDatasetVersionOperationMetadata) ProtoReflect

func (*CreateDatasetVersionOperationMetadata) Reset

func (*CreateDatasetVersionOperationMetadata) String

type CreateDatasetVersionRequest

type CreateDatasetVersionRequest struct {

	// Required. The name of the Dataset resource.
	// Format:
	// `projects/{project}/locations/{location}/datasets/{dataset}`
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Required. The version to be created. The same CMEK policies with the
	// original Dataset will be applied the dataset version. So here we don't need
	// to specify the EncryptionSpecType here.
	DatasetVersion *DatasetVersion `protobuf:"bytes,2,opt,name=dataset_version,json=datasetVersion,proto3" json:"dataset_version,omitempty"`
	// contains filtered or unexported fields
}

Request message for [DatasetService.CreateDatasetVersion][mockgcp.cloud.aiplatform.v1beta1.DatasetService.CreateDatasetVersion].

func (*CreateDatasetVersionRequest) Descriptor deprecated

func (*CreateDatasetVersionRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateDatasetVersionRequest.ProtoReflect.Descriptor instead.

func (*CreateDatasetVersionRequest) GetDatasetVersion

func (x *CreateDatasetVersionRequest) GetDatasetVersion() *DatasetVersion

func (*CreateDatasetVersionRequest) GetParent

func (x *CreateDatasetVersionRequest) GetParent() string

func (*CreateDatasetVersionRequest) ProtoMessage

func (*CreateDatasetVersionRequest) ProtoMessage()

func (*CreateDatasetVersionRequest) ProtoReflect

func (*CreateDatasetVersionRequest) Reset

func (x *CreateDatasetVersionRequest) Reset()

func (*CreateDatasetVersionRequest) String

func (x *CreateDatasetVersionRequest) String() string

type CreateTensorboardExperimentRequest

type CreateTensorboardExperimentRequest struct {

	// Required. The resource name of the Tensorboard to create the
	// TensorboardExperiment in. Format:
	// `projects/{project}/locations/{location}/tensorboards/{tensorboard}`
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// The TensorboardExperiment to create.
	TensorboardExperiment *TensorboardExperiment `protobuf:"bytes,2,opt,name=tensorboard_experiment,json=tensorboardExperiment,proto3" json:"tensorboard_experiment,omitempty"`
	// Required. The ID to use for the Tensorboard experiment, which becomes the
	// final component of the Tensorboard experiment's resource name.
	//
	// This value should be 1-128 characters, and valid characters
	// are `/[a-z][0-9]-/`.
	TensorboardExperimentId string `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request message for [TensorboardService.CreateTensorboardExperiment][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.CreateTensorboardExperiment].

func (*CreateTensorboardExperimentRequest) Descriptor deprecated

func (*CreateTensorboardExperimentRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateTensorboardExperimentRequest.ProtoReflect.Descriptor instead.

func (*CreateTensorboardExperimentRequest) GetParent

func (*CreateTensorboardExperimentRequest) GetTensorboardExperiment

func (x *CreateTensorboardExperimentRequest) GetTensorboardExperiment() *TensorboardExperiment

func (*CreateTensorboardExperimentRequest) GetTensorboardExperimentId

func (x *CreateTensorboardExperimentRequest) GetTensorboardExperimentId() string

func (*CreateTensorboardExperimentRequest) ProtoMessage

func (*CreateTensorboardExperimentRequest) ProtoMessage()

func (*CreateTensorboardExperimentRequest) ProtoReflect

func (*CreateTensorboardExperimentRequest) Reset

func (*CreateTensorboardExperimentRequest) String

type CreateTensorboardOperationMetadata

type CreateTensorboardOperationMetadata struct {

	// Operation metadata for Tensorboard.
	GenericMetadata *GenericOperationMetadata `protobuf:"bytes,1,opt,name=generic_metadata,json=genericMetadata,proto3" json:"generic_metadata,omitempty"`
	// contains filtered or unexported fields
}

Details of operations that perform create Tensorboard.

func (*CreateTensorboardOperationMetadata) Descriptor deprecated

func (*CreateTensorboardOperationMetadata) Descriptor() ([]byte, []int)

Deprecated: Use CreateTensorboardOperationMetadata.ProtoReflect.Descriptor instead.

func (*CreateTensorboardOperationMetadata) GetGenericMetadata

func (*CreateTensorboardOperationMetadata) ProtoMessage

func (*CreateTensorboardOperationMetadata) ProtoMessage()

func (*CreateTensorboardOperationMetadata) ProtoReflect

func (*CreateTensorboardOperationMetadata) Reset

func (*CreateTensorboardOperationMetadata) String

type CreateTensorboardRequest

type CreateTensorboardRequest struct {

	// Required. The resource name of the Location to create the Tensorboard in.
	// Format: `projects/{project}/locations/{location}`
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Required. The Tensorboard to create.
	Tensorboard *Tensorboard `protobuf:"bytes,2,opt,name=tensorboard,proto3" json:"tensorboard,omitempty"`
	// contains filtered or unexported fields
}

Request message for [TensorboardService.CreateTensorboard][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.CreateTensorboard].

func (*CreateTensorboardRequest) Descriptor deprecated

func (*CreateTensorboardRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateTensorboardRequest.ProtoReflect.Descriptor instead.

func (*CreateTensorboardRequest) GetParent

func (x *CreateTensorboardRequest) GetParent() string

func (*CreateTensorboardRequest) GetTensorboard

func (x *CreateTensorboardRequest) GetTensorboard() *Tensorboard

func (*CreateTensorboardRequest) ProtoMessage

func (*CreateTensorboardRequest) ProtoMessage()

func (*CreateTensorboardRequest) ProtoReflect

func (x *CreateTensorboardRequest) ProtoReflect() protoreflect.Message

func (*CreateTensorboardRequest) Reset

func (x *CreateTensorboardRequest) Reset()

func (*CreateTensorboardRequest) String

func (x *CreateTensorboardRequest) String() string

type CreateTensorboardRunRequest

type CreateTensorboardRunRequest struct {

	// Required. The resource name of the TensorboardExperiment to create the
	// TensorboardRun in. Format:
	// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}`
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Required. The TensorboardRun to create.
	TensorboardRun *TensorboardRun `protobuf:"bytes,2,opt,name=tensorboard_run,json=tensorboardRun,proto3" json:"tensorboard_run,omitempty"`
	// Required. The ID to use for the Tensorboard run, which becomes the final
	// component of the Tensorboard run's resource name.
	//
	// This value should be 1-128 characters, and valid characters
	// are `/[a-z][0-9]-/`.
	TensorboardRunId string `protobuf:"bytes,3,opt,name=tensorboard_run_id,json=tensorboardRunId,proto3" json:"tensorboard_run_id,omitempty"`
	// contains filtered or unexported fields
}

Request message for [TensorboardService.CreateTensorboardRun][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.CreateTensorboardRun].

func (*CreateTensorboardRunRequest) Descriptor deprecated

func (*CreateTensorboardRunRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateTensorboardRunRequest.ProtoReflect.Descriptor instead.

func (*CreateTensorboardRunRequest) GetParent

func (x *CreateTensorboardRunRequest) GetParent() string

func (*CreateTensorboardRunRequest) GetTensorboardRun

func (x *CreateTensorboardRunRequest) GetTensorboardRun() *TensorboardRun

func (*CreateTensorboardRunRequest) GetTensorboardRunId

func (x *CreateTensorboardRunRequest) GetTensorboardRunId() string

func (*CreateTensorboardRunRequest) ProtoMessage

func (*CreateTensorboardRunRequest) ProtoMessage()

func (*CreateTensorboardRunRequest) ProtoReflect

func (*CreateTensorboardRunRequest) Reset

func (x *CreateTensorboardRunRequest) Reset()

func (*CreateTensorboardRunRequest) String

func (x *CreateTensorboardRunRequest) String() string

type CreateTensorboardTimeSeriesRequest

type CreateTensorboardTimeSeriesRequest struct {

	// Required. The resource name of the TensorboardRun to create the
	// TensorboardTimeSeries in.
	// Format:
	// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}`
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Optional. The user specified unique ID to use for the
	// TensorboardTimeSeries, which becomes the final component of the
	// TensorboardTimeSeries's resource name. This value should match
	// "[a-z0-9][a-z0-9-]{0, 127}"
	TensorboardTimeSeriesId string `` /* 134-byte string literal not displayed */
	// Required. The TensorboardTimeSeries to create.
	TensorboardTimeSeries *TensorboardTimeSeries `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request message for [TensorboardService.CreateTensorboardTimeSeries][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.CreateTensorboardTimeSeries].

func (*CreateTensorboardTimeSeriesRequest) Descriptor deprecated

func (*CreateTensorboardTimeSeriesRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateTensorboardTimeSeriesRequest.ProtoReflect.Descriptor instead.

func (*CreateTensorboardTimeSeriesRequest) GetParent

func (*CreateTensorboardTimeSeriesRequest) GetTensorboardTimeSeries

func (x *CreateTensorboardTimeSeriesRequest) GetTensorboardTimeSeries() *TensorboardTimeSeries

func (*CreateTensorboardTimeSeriesRequest) GetTensorboardTimeSeriesId

func (x *CreateTensorboardTimeSeriesRequest) GetTensorboardTimeSeriesId() string

func (*CreateTensorboardTimeSeriesRequest) ProtoMessage

func (*CreateTensorboardTimeSeriesRequest) ProtoMessage()

func (*CreateTensorboardTimeSeriesRequest) ProtoReflect

func (*CreateTensorboardTimeSeriesRequest) Reset

func (*CreateTensorboardTimeSeriesRequest) String

type CsvDestination

type CsvDestination struct {

	// Required. Google Cloud Storage location.
	GcsDestination *GcsDestination `protobuf:"bytes,1,opt,name=gcs_destination,json=gcsDestination,proto3" json:"gcs_destination,omitempty"`
	// contains filtered or unexported fields
}

The storage details for CSV output content.

func (*CsvDestination) Descriptor deprecated

func (*CsvDestination) Descriptor() ([]byte, []int)

Deprecated: Use CsvDestination.ProtoReflect.Descriptor instead.

func (*CsvDestination) GetGcsDestination

func (x *CsvDestination) GetGcsDestination() *GcsDestination

func (*CsvDestination) ProtoMessage

func (*CsvDestination) ProtoMessage()

func (*CsvDestination) ProtoReflect

func (x *CsvDestination) ProtoReflect() protoreflect.Message

func (*CsvDestination) Reset

func (x *CsvDestination) Reset()

func (*CsvDestination) String

func (x *CsvDestination) String() string

type CsvSource

type CsvSource struct {

	// Required. Google Cloud Storage location.
	GcsSource *GcsSource `protobuf:"bytes,1,opt,name=gcs_source,json=gcsSource,proto3" json:"gcs_source,omitempty"`
	// contains filtered or unexported fields
}

The storage details for CSV input content.

func (*CsvSource) Descriptor deprecated

func (*CsvSource) Descriptor() ([]byte, []int)

Deprecated: Use CsvSource.ProtoReflect.Descriptor instead.

func (*CsvSource) GetGcsSource

func (x *CsvSource) GetGcsSource() *GcsSource

func (*CsvSource) ProtoMessage

func (*CsvSource) ProtoMessage()

func (*CsvSource) ProtoReflect

func (x *CsvSource) ProtoReflect() protoreflect.Message

func (*CsvSource) Reset

func (x *CsvSource) Reset()

func (*CsvSource) String

func (x *CsvSource) String() string

type DataItem

type DataItem struct {

	// Output only. The resource name of the DataItem.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Output only. Timestamp when this DataItem was created.
	CreateTime *timestamp.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// Output only. Timestamp when this DataItem was last updated.
	UpdateTime *timestamp.Timestamp `protobuf:"bytes,6,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// Optional. The labels with user-defined metadata to organize your DataItems.
	//
	// Label keys and values can be no longer than 64 characters
	// (Unicode codepoints), can only contain lowercase letters, numeric
	// characters, underscores and dashes. International characters are allowed.
	// No more than 64 user labels can be associated with one DataItem(System
	// labels are excluded).
	//
	// See https://goo.gl/xmQnxf for more information and examples of labels.
	// System reserved label keys are prefixed with "aiplatform.googleapis.com/"
	// and are immutable.
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// Required. The data that the DataItem represents (for example, an image or a
	// text snippet). The schema of the payload is stored in the parent Dataset's
	// [metadata
	// schema's][mockgcp.cloud.aiplatform.v1beta1.Dataset.metadata_schema_uri]
	// dataItemSchemaUri field.
	Payload *_struct.Value `protobuf:"bytes,4,opt,name=payload,proto3" json:"payload,omitempty"`
	// Optional. Used to perform consistent read-modify-write updates. If not set,
	// a blind "overwrite" update happens.
	Etag string `protobuf:"bytes,7,opt,name=etag,proto3" json:"etag,omitempty"`
	// contains filtered or unexported fields
}

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

func (*DataItem) Descriptor deprecated

func (*DataItem) Descriptor() ([]byte, []int)

Deprecated: Use DataItem.ProtoReflect.Descriptor instead.

func (*DataItem) GetCreateTime

func (x *DataItem) GetCreateTime() *timestamp.Timestamp

func (*DataItem) GetEtag

func (x *DataItem) GetEtag() string

func (*DataItem) GetLabels

func (x *DataItem) GetLabels() map[string]string

func (*DataItem) GetName

func (x *DataItem) GetName() string

func (*DataItem) GetPayload

func (x *DataItem) GetPayload() *_struct.Value

func (*DataItem) GetUpdateTime

func (x *DataItem) GetUpdateTime() *timestamp.Timestamp

func (*DataItem) ProtoMessage

func (*DataItem) ProtoMessage()

func (*DataItem) ProtoReflect

func (x *DataItem) ProtoReflect() protoreflect.Message

func (*DataItem) Reset

func (x *DataItem) Reset()

func (*DataItem) String

func (x *DataItem) String() string

type DataItemView

type DataItemView struct {

	// The DataItem.
	DataItem *DataItem `protobuf:"bytes,1,opt,name=data_item,json=dataItem,proto3" json:"data_item,omitempty"`
	// The Annotations on the DataItem. If too many Annotations should be returned
	// for the DataItem, this field will be truncated per annotations_limit in
	// request. If it was, then the has_truncated_annotations will be set to true.
	Annotations []*Annotation `protobuf:"bytes,2,rep,name=annotations,proto3" json:"annotations,omitempty"`
	// True if and only if the Annotations field has been truncated. It happens if
	// more Annotations for this DataItem met the request's annotation_filter than
	// are allowed to be returned by annotations_limit.
	// Note that if Annotations field is not being returned due to field mask,
	// then this field will not be set to true no matter how many Annotations are
	// there.
	HasTruncatedAnnotations bool `` /* 133-byte string literal not displayed */
	// contains filtered or unexported fields
}

A container for a single DataItem and Annotations on it.

func (*DataItemView) Descriptor deprecated

func (*DataItemView) Descriptor() ([]byte, []int)

Deprecated: Use DataItemView.ProtoReflect.Descriptor instead.

func (*DataItemView) GetAnnotations

func (x *DataItemView) GetAnnotations() []*Annotation

func (*DataItemView) GetDataItem

func (x *DataItemView) GetDataItem() *DataItem

func (*DataItemView) GetHasTruncatedAnnotations

func (x *DataItemView) GetHasTruncatedAnnotations() bool

func (*DataItemView) ProtoMessage

func (*DataItemView) ProtoMessage()

func (*DataItemView) ProtoReflect

func (x *DataItemView) ProtoReflect() protoreflect.Message

func (*DataItemView) Reset

func (x *DataItemView) Reset()

func (*DataItemView) String

func (x *DataItemView) String() string

type Dataset

type Dataset struct {

	// Output only. The resource name of the Dataset.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Required. The user-defined name of the Dataset.
	// The name can be up to 128 characters long and can consist of any UTF-8
	// characters.
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// The description of the Dataset.
	Description string `protobuf:"bytes,16,opt,name=description,proto3" json:"description,omitempty"`
	// Required. Points to a YAML file stored on Google Cloud Storage describing
	// additional information about the Dataset. The schema is defined as an
	// OpenAPI 3.0.2 Schema Object. The schema files that can be used here are
	// found in gs://google-cloud-aiplatform/schema/dataset/metadata/.
	MetadataSchemaUri string `protobuf:"bytes,3,opt,name=metadata_schema_uri,json=metadataSchemaUri,proto3" json:"metadata_schema_uri,omitempty"`
	// Required. Additional information about the Dataset.
	Metadata *_struct.Value `protobuf:"bytes,8,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// Output only. The number of DataItems in this Dataset. Only apply for
	// non-structured Dataset.
	DataItemCount int64 `protobuf:"varint,10,opt,name=data_item_count,json=dataItemCount,proto3" json:"data_item_count,omitempty"`
	// Output only. Timestamp when this Dataset was created.
	CreateTime *timestamp.Timestamp `protobuf:"bytes,4,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// Output only. Timestamp when this Dataset was last updated.
	UpdateTime *timestamp.Timestamp `protobuf:"bytes,5,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// Used to perform consistent read-modify-write updates. If not set, a blind
	// "overwrite" update happens.
	Etag string `protobuf:"bytes,6,opt,name=etag,proto3" json:"etag,omitempty"`
	// The labels with user-defined metadata to organize your Datasets.
	//
	// Label keys and values can be no longer than 64 characters
	// (Unicode codepoints), can only contain lowercase letters, numeric
	// characters, underscores and dashes. International characters are allowed.
	// No more than 64 user labels can be associated with one Dataset (System
	// labels are excluded).
	//
	// See https://goo.gl/xmQnxf for more information and examples of labels.
	// System reserved label keys are prefixed with "aiplatform.googleapis.com/"
	// and are immutable. Following system labels exist for each Dataset:
	//
	//   - "aiplatform.googleapis.com/dataset_metadata_schema": output only, its
	//     value is the
	//     [metadata_schema's][mockgcp.cloud.aiplatform.v1beta1.Dataset.metadata_schema_uri]
	//     title.
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// All SavedQueries belong to the Dataset will be returned in List/Get
	// Dataset response. The annotation_specs field
	// will not be populated except for UI cases which will only use
	// [annotation_spec_count][mockgcp.cloud.aiplatform.v1beta1.SavedQuery.annotation_spec_count].
	// In CreateDataset request, a SavedQuery is created together if
	// this field is set, up to one SavedQuery can be set in CreateDatasetRequest.
	// The SavedQuery should not contain any AnnotationSpec.
	SavedQueries []*SavedQuery `protobuf:"bytes,9,rep,name=saved_queries,json=savedQueries,proto3" json:"saved_queries,omitempty"`
	// Customer-managed encryption key spec for a Dataset. If set, this Dataset
	// and all sub-resources of this Dataset will be secured by this key.
	EncryptionSpec *EncryptionSpec `protobuf:"bytes,11,opt,name=encryption_spec,json=encryptionSpec,proto3" json:"encryption_spec,omitempty"`
	// Output only. The resource name of the Artifact that was created in
	// MetadataStore when creating the Dataset. The Artifact resource name pattern
	// is
	// `projects/{project}/locations/{location}/metadataStores/{metadata_store}/artifacts/{artifact}`.
	MetadataArtifact string `protobuf:"bytes,17,opt,name=metadata_artifact,json=metadataArtifact,proto3" json:"metadata_artifact,omitempty"`
	// contains filtered or unexported fields
}

A collection of DataItems and Annotations on them.

func (*Dataset) Descriptor deprecated

func (*Dataset) Descriptor() ([]byte, []int)

Deprecated: Use Dataset.ProtoReflect.Descriptor instead.

func (*Dataset) GetCreateTime

func (x *Dataset) GetCreateTime() *timestamp.Timestamp

func (*Dataset) GetDataItemCount

func (x *Dataset) GetDataItemCount() int64

func (*Dataset) GetDescription

func (x *Dataset) GetDescription() string

func (*Dataset) GetDisplayName

func (x *Dataset) GetDisplayName() string

func (*Dataset) GetEncryptionSpec

func (x *Dataset) GetEncryptionSpec() *EncryptionSpec

func (*Dataset) GetEtag

func (x *Dataset) GetEtag() string

func (*Dataset) GetLabels

func (x *Dataset) GetLabels() map[string]string

func (*Dataset) GetMetadata

func (x *Dataset) GetMetadata() *_struct.Value

func (*Dataset) GetMetadataArtifact

func (x *Dataset) GetMetadataArtifact() string

func (*Dataset) GetMetadataSchemaUri

func (x *Dataset) GetMetadataSchemaUri() string

func (*Dataset) GetName

func (x *Dataset) GetName() string

func (*Dataset) GetSavedQueries

func (x *Dataset) GetSavedQueries() []*SavedQuery

func (*Dataset) GetUpdateTime

func (x *Dataset) GetUpdateTime() *timestamp.Timestamp

func (*Dataset) ProtoMessage

func (*Dataset) ProtoMessage()

func (*Dataset) ProtoReflect

func (x *Dataset) ProtoReflect() protoreflect.Message

func (*Dataset) Reset

func (x *Dataset) Reset()

func (*Dataset) String

func (x *Dataset) String() string

type DatasetServiceClient

type DatasetServiceClient interface {
	// Creates a Dataset.
	CreateDataset(ctx context.Context, in *CreateDatasetRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error)
	// Gets a Dataset.
	GetDataset(ctx context.Context, in *GetDatasetRequest, opts ...grpc.CallOption) (*Dataset, error)
	// Updates a Dataset.
	UpdateDataset(ctx context.Context, in *UpdateDatasetRequest, opts ...grpc.CallOption) (*Dataset, error)
	// Lists Datasets in a Location.
	ListDatasets(ctx context.Context, in *ListDatasetsRequest, opts ...grpc.CallOption) (*ListDatasetsResponse, error)
	// Deletes a Dataset.
	DeleteDataset(ctx context.Context, in *DeleteDatasetRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error)
	// Imports data into a Dataset.
	ImportData(ctx context.Context, in *ImportDataRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error)
	// Exports data from a Dataset.
	ExportData(ctx context.Context, in *ExportDataRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error)
	// Create a version from a Dataset.
	CreateDatasetVersion(ctx context.Context, in *CreateDatasetVersionRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error)
	// Deletes a Dataset version.
	DeleteDatasetVersion(ctx context.Context, in *DeleteDatasetVersionRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error)
	// Gets a Dataset version.
	GetDatasetVersion(ctx context.Context, in *GetDatasetVersionRequest, opts ...grpc.CallOption) (*DatasetVersion, error)
	// Lists DatasetVersions in a Dataset.
	ListDatasetVersions(ctx context.Context, in *ListDatasetVersionsRequest, opts ...grpc.CallOption) (*ListDatasetVersionsResponse, error)
	// Restores a dataset version.
	RestoreDatasetVersion(ctx context.Context, in *RestoreDatasetVersionRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error)
	// Lists DataItems in a Dataset.
	ListDataItems(ctx context.Context, in *ListDataItemsRequest, opts ...grpc.CallOption) (*ListDataItemsResponse, error)
	// Searches DataItems in a Dataset.
	SearchDataItems(ctx context.Context, in *SearchDataItemsRequest, opts ...grpc.CallOption) (*SearchDataItemsResponse, error)
	// Lists SavedQueries in a Dataset.
	ListSavedQueries(ctx context.Context, in *ListSavedQueriesRequest, opts ...grpc.CallOption) (*ListSavedQueriesResponse, error)
	// Deletes a SavedQuery.
	DeleteSavedQuery(ctx context.Context, in *DeleteSavedQueryRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error)
	// Gets an AnnotationSpec.
	GetAnnotationSpec(ctx context.Context, in *GetAnnotationSpecRequest, opts ...grpc.CallOption) (*AnnotationSpec, error)
	// Lists Annotations belongs to a dataitem
	ListAnnotations(ctx context.Context, in *ListAnnotationsRequest, opts ...grpc.CallOption) (*ListAnnotationsResponse, error)
}

DatasetServiceClient is the client API for DatasetService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type DatasetServiceServer

type DatasetServiceServer interface {
	// Creates a Dataset.
	CreateDataset(context.Context, *CreateDatasetRequest) (*longrunningpb.Operation, error)
	// Gets a Dataset.
	GetDataset(context.Context, *GetDatasetRequest) (*Dataset, error)
	// Updates a Dataset.
	UpdateDataset(context.Context, *UpdateDatasetRequest) (*Dataset, error)
	// Lists Datasets in a Location.
	ListDatasets(context.Context, *ListDatasetsRequest) (*ListDatasetsResponse, error)
	// Deletes a Dataset.
	DeleteDataset(context.Context, *DeleteDatasetRequest) (*longrunningpb.Operation, error)
	// Imports data into a Dataset.
	ImportData(context.Context, *ImportDataRequest) (*longrunningpb.Operation, error)
	// Exports data from a Dataset.
	ExportData(context.Context, *ExportDataRequest) (*longrunningpb.Operation, error)
	// Create a version from a Dataset.
	CreateDatasetVersion(context.Context, *CreateDatasetVersionRequest) (*longrunningpb.Operation, error)
	// Deletes a Dataset version.
	DeleteDatasetVersion(context.Context, *DeleteDatasetVersionRequest) (*longrunningpb.Operation, error)
	// Gets a Dataset version.
	GetDatasetVersion(context.Context, *GetDatasetVersionRequest) (*DatasetVersion, error)
	// Lists DatasetVersions in a Dataset.
	ListDatasetVersions(context.Context, *ListDatasetVersionsRequest) (*ListDatasetVersionsResponse, error)
	// Restores a dataset version.
	RestoreDatasetVersion(context.Context, *RestoreDatasetVersionRequest) (*longrunningpb.Operation, error)
	// Lists DataItems in a Dataset.
	ListDataItems(context.Context, *ListDataItemsRequest) (*ListDataItemsResponse, error)
	// Searches DataItems in a Dataset.
	SearchDataItems(context.Context, *SearchDataItemsRequest) (*SearchDataItemsResponse, error)
	// Lists SavedQueries in a Dataset.
	ListSavedQueries(context.Context, *ListSavedQueriesRequest) (*ListSavedQueriesResponse, error)
	// Deletes a SavedQuery.
	DeleteSavedQuery(context.Context, *DeleteSavedQueryRequest) (*longrunningpb.Operation, error)
	// Gets an AnnotationSpec.
	GetAnnotationSpec(context.Context, *GetAnnotationSpecRequest) (*AnnotationSpec, error)
	// Lists Annotations belongs to a dataitem
	ListAnnotations(context.Context, *ListAnnotationsRequest) (*ListAnnotationsResponse, error)
	// contains filtered or unexported methods
}

DatasetServiceServer is the server API for DatasetService service. All implementations must embed UnimplementedDatasetServiceServer for forward compatibility

type DatasetVersion

type DatasetVersion struct {

	// Output only. The resource name of the DatasetVersion.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Output only. Timestamp when this DatasetVersion was created.
	CreateTime *timestamp.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// Output only. Timestamp when this DatasetVersion was last updated.
	UpdateTime *timestamp.Timestamp `protobuf:"bytes,6,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// Used to perform consistent read-modify-write updates. If not set, a blind
	// "overwrite" update happens.
	Etag string `protobuf:"bytes,3,opt,name=etag,proto3" json:"etag,omitempty"`
	// Output only. Name of the associated BigQuery dataset.
	BigQueryDatasetName string `protobuf:"bytes,4,opt,name=big_query_dataset_name,json=bigQueryDatasetName,proto3" json:"big_query_dataset_name,omitempty"`
	// The user-defined name of the DatasetVersion.
	// The name can be up to 128 characters long and can consist of any UTF-8
	// characters.
	DisplayName string `protobuf:"bytes,7,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// Required. Output only. Additional information about the DatasetVersion.
	Metadata *_struct.Value `protobuf:"bytes,8,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

Describes the dataset version.

func (*DatasetVersion) Descriptor deprecated

func (*DatasetVersion) Descriptor() ([]byte, []int)

Deprecated: Use DatasetVersion.ProtoReflect.Descriptor instead.

func (*DatasetVersion) GetBigQueryDatasetName

func (x *DatasetVersion) GetBigQueryDatasetName() string

func (*DatasetVersion) GetCreateTime

func (x *DatasetVersion) GetCreateTime() *timestamp.Timestamp

func (*DatasetVersion) GetDisplayName

func (x *DatasetVersion) GetDisplayName() string

func (*DatasetVersion) GetEtag

func (x *DatasetVersion) GetEtag() string

func (*DatasetVersion) GetMetadata

func (x *DatasetVersion) GetMetadata() *_struct.Value

func (*DatasetVersion) GetName

func (x *DatasetVersion) GetName() string

func (*DatasetVersion) GetUpdateTime

func (x *DatasetVersion) GetUpdateTime() *timestamp.Timestamp

func (*DatasetVersion) ProtoMessage

func (*DatasetVersion) ProtoMessage()

func (*DatasetVersion) ProtoReflect

func (x *DatasetVersion) ProtoReflect() protoreflect.Message

func (*DatasetVersion) Reset

func (x *DatasetVersion) Reset()

func (*DatasetVersion) String

func (x *DatasetVersion) String() string

type DeleteDatasetRequest

type DeleteDatasetRequest struct {

	// Required. The resource name of the Dataset to delete.
	// Format:
	// `projects/{project}/locations/{location}/datasets/{dataset}`
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request message for [DatasetService.DeleteDataset][mockgcp.cloud.aiplatform.v1beta1.DatasetService.DeleteDataset].

func (*DeleteDatasetRequest) Descriptor deprecated

func (*DeleteDatasetRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteDatasetRequest.ProtoReflect.Descriptor instead.

func (*DeleteDatasetRequest) GetName

func (x *DeleteDatasetRequest) GetName() string

func (*DeleteDatasetRequest) ProtoMessage

func (*DeleteDatasetRequest) ProtoMessage()

func (*DeleteDatasetRequest) ProtoReflect

func (x *DeleteDatasetRequest) ProtoReflect() protoreflect.Message

func (*DeleteDatasetRequest) Reset

func (x *DeleteDatasetRequest) Reset()

func (*DeleteDatasetRequest) String

func (x *DeleteDatasetRequest) String() string

type DeleteDatasetVersionRequest

type DeleteDatasetVersionRequest struct {

	// Required. The resource name of the Dataset version to delete.
	// Format:
	// `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}`
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request message for [DatasetService.DeleteDatasetVersion][mockgcp.cloud.aiplatform.v1beta1.DatasetService.DeleteDatasetVersion].

func (*DeleteDatasetVersionRequest) Descriptor deprecated

func (*DeleteDatasetVersionRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteDatasetVersionRequest.ProtoReflect.Descriptor instead.

func (*DeleteDatasetVersionRequest) GetName

func (x *DeleteDatasetVersionRequest) GetName() string

func (*DeleteDatasetVersionRequest) ProtoMessage

func (*DeleteDatasetVersionRequest) ProtoMessage()

func (*DeleteDatasetVersionRequest) ProtoReflect

func (*DeleteDatasetVersionRequest) Reset

func (x *DeleteDatasetVersionRequest) Reset()

func (*DeleteDatasetVersionRequest) String

func (x *DeleteDatasetVersionRequest) String() string

type DeleteOperationMetadata

type DeleteOperationMetadata struct {

	// The common part of the operation metadata.
	GenericMetadata *GenericOperationMetadata `protobuf:"bytes,1,opt,name=generic_metadata,json=genericMetadata,proto3" json:"generic_metadata,omitempty"`
	// contains filtered or unexported fields
}

Details of operations that perform deletes of any entities.

func (*DeleteOperationMetadata) Descriptor deprecated

func (*DeleteOperationMetadata) Descriptor() ([]byte, []int)

Deprecated: Use DeleteOperationMetadata.ProtoReflect.Descriptor instead.

func (*DeleteOperationMetadata) GetGenericMetadata

func (x *DeleteOperationMetadata) GetGenericMetadata() *GenericOperationMetadata

func (*DeleteOperationMetadata) ProtoMessage

func (*DeleteOperationMetadata) ProtoMessage()

func (*DeleteOperationMetadata) ProtoReflect

func (x *DeleteOperationMetadata) ProtoReflect() protoreflect.Message

func (*DeleteOperationMetadata) Reset

func (x *DeleteOperationMetadata) Reset()

func (*DeleteOperationMetadata) String

func (x *DeleteOperationMetadata) String() string

type DeleteSavedQueryRequest

type DeleteSavedQueryRequest struct {

	// Required. The resource name of the SavedQuery to delete.
	// Format:
	// `projects/{project}/locations/{location}/datasets/{dataset}/savedQueries/{saved_query}`
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request message for [DatasetService.DeleteSavedQuery][mockgcp.cloud.aiplatform.v1beta1.DatasetService.DeleteSavedQuery].

func (*DeleteSavedQueryRequest) Descriptor deprecated

func (*DeleteSavedQueryRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteSavedQueryRequest.ProtoReflect.Descriptor instead.

func (*DeleteSavedQueryRequest) GetName

func (x *DeleteSavedQueryRequest) GetName() string

func (*DeleteSavedQueryRequest) ProtoMessage

func (*DeleteSavedQueryRequest) ProtoMessage()

func (*DeleteSavedQueryRequest) ProtoReflect

func (x *DeleteSavedQueryRequest) ProtoReflect() protoreflect.Message

func (*DeleteSavedQueryRequest) Reset

func (x *DeleteSavedQueryRequest) Reset()

func (*DeleteSavedQueryRequest) String

func (x *DeleteSavedQueryRequest) String() string

type DeleteTensorboardExperimentRequest

type DeleteTensorboardExperimentRequest struct {

	// Required. The name of the TensorboardExperiment to be deleted.
	// Format:
	// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}`
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request message for [TensorboardService.DeleteTensorboardExperiment][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.DeleteTensorboardExperiment].

func (*DeleteTensorboardExperimentRequest) Descriptor deprecated

func (*DeleteTensorboardExperimentRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteTensorboardExperimentRequest.ProtoReflect.Descriptor instead.

func (*DeleteTensorboardExperimentRequest) GetName

func (*DeleteTensorboardExperimentRequest) ProtoMessage

func (*DeleteTensorboardExperimentRequest) ProtoMessage()

func (*DeleteTensorboardExperimentRequest) ProtoReflect

func (*DeleteTensorboardExperimentRequest) Reset

func (*DeleteTensorboardExperimentRequest) String

type DeleteTensorboardRequest

type DeleteTensorboardRequest struct {

	// Required. The name of the Tensorboard to be deleted.
	// Format:
	// `projects/{project}/locations/{location}/tensorboards/{tensorboard}`
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request message for [TensorboardService.DeleteTensorboard][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.DeleteTensorboard].

func (*DeleteTensorboardRequest) Descriptor deprecated

func (*DeleteTensorboardRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteTensorboardRequest.ProtoReflect.Descriptor instead.

func (*DeleteTensorboardRequest) GetName

func (x *DeleteTensorboardRequest) GetName() string

func (*DeleteTensorboardRequest) ProtoMessage

func (*DeleteTensorboardRequest) ProtoMessage()

func (*DeleteTensorboardRequest) ProtoReflect

func (x *DeleteTensorboardRequest) ProtoReflect() protoreflect.Message

func (*DeleteTensorboardRequest) Reset

func (x *DeleteTensorboardRequest) Reset()

func (*DeleteTensorboardRequest) String

func (x *DeleteTensorboardRequest) String() string

type DeleteTensorboardRunRequest

type DeleteTensorboardRunRequest struct {

	// Required. The name of the TensorboardRun to be deleted.
	// Format:
	// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}`
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request message for [TensorboardService.DeleteTensorboardRun][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.DeleteTensorboardRun].

func (*DeleteTensorboardRunRequest) Descriptor deprecated

func (*DeleteTensorboardRunRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteTensorboardRunRequest.ProtoReflect.Descriptor instead.

func (*DeleteTensorboardRunRequest) GetName

func (x *DeleteTensorboardRunRequest) GetName() string

func (*DeleteTensorboardRunRequest) ProtoMessage

func (*DeleteTensorboardRunRequest) ProtoMessage()

func (*DeleteTensorboardRunRequest) ProtoReflect

func (*DeleteTensorboardRunRequest) Reset

func (x *DeleteTensorboardRunRequest) Reset()

func (*DeleteTensorboardRunRequest) String

func (x *DeleteTensorboardRunRequest) String() string

type DeleteTensorboardTimeSeriesRequest

type DeleteTensorboardTimeSeriesRequest struct {

	// Required. The name of the TensorboardTimeSeries to be deleted.
	// Format:
	// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}`
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request message for [TensorboardService.DeleteTensorboardTimeSeries][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.DeleteTensorboardTimeSeries].

func (*DeleteTensorboardTimeSeriesRequest) Descriptor deprecated

func (*DeleteTensorboardTimeSeriesRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteTensorboardTimeSeriesRequest.ProtoReflect.Descriptor instead.

func (*DeleteTensorboardTimeSeriesRequest) GetName

func (*DeleteTensorboardTimeSeriesRequest) ProtoMessage

func (*DeleteTensorboardTimeSeriesRequest) ProtoMessage()

func (*DeleteTensorboardTimeSeriesRequest) ProtoReflect

func (*DeleteTensorboardTimeSeriesRequest) Reset

func (*DeleteTensorboardTimeSeriesRequest) String

type DirectUploadSource

type DirectUploadSource struct {
	// contains filtered or unexported fields
}

The input content is encapsulated and uploaded in the request.

func (*DirectUploadSource) Descriptor deprecated

func (*DirectUploadSource) Descriptor() ([]byte, []int)

Deprecated: Use DirectUploadSource.ProtoReflect.Descriptor instead.

func (*DirectUploadSource) ProtoMessage

func (*DirectUploadSource) ProtoMessage()

func (*DirectUploadSource) ProtoReflect

func (x *DirectUploadSource) ProtoReflect() protoreflect.Message

func (*DirectUploadSource) Reset

func (x *DirectUploadSource) Reset()

func (*DirectUploadSource) String

func (x *DirectUploadSource) String() string

type EncryptionSpec

type EncryptionSpec struct {

	// Required. The Cloud KMS resource identifier of the customer managed
	// encryption key used to protect a resource. Has the form:
	// `projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key`.
	// The key needs to be in the same region as where the compute resource is
	// created.
	KmsKeyName string `protobuf:"bytes,1,opt,name=kms_key_name,json=kmsKeyName,proto3" json:"kms_key_name,omitempty"`
	// contains filtered or unexported fields
}

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

func (*EncryptionSpec) Descriptor deprecated

func (*EncryptionSpec) Descriptor() ([]byte, []int)

Deprecated: Use EncryptionSpec.ProtoReflect.Descriptor instead.

func (*EncryptionSpec) GetKmsKeyName

func (x *EncryptionSpec) GetKmsKeyName() string

func (*EncryptionSpec) ProtoMessage

func (*EncryptionSpec) ProtoMessage()

func (*EncryptionSpec) ProtoReflect

func (x *EncryptionSpec) ProtoReflect() protoreflect.Message

func (*EncryptionSpec) Reset

func (x *EncryptionSpec) Reset()

func (*EncryptionSpec) String

func (x *EncryptionSpec) String() string

type ExportDataConfig

type ExportDataConfig struct {

	// The destination of the output.
	//
	// Types that are assignable to Destination:
	//
	//	*ExportDataConfig_GcsDestination
	Destination isExportDataConfig_Destination `protobuf_oneof:"destination"`
	// The instructions how the export data should be split between the
	// training, validation and test sets.
	//
	// Types that are assignable to Split:
	//
	//	*ExportDataConfig_FractionSplit
	Split isExportDataConfig_Split `protobuf_oneof:"split"`
	// An expression for filtering what part of the Dataset is to be exported.
	// Only Annotations that match this filter will be exported. The filter syntax
	// is the same as in
	// [ListAnnotations][mockgcp.cloud.aiplatform.v1beta1.DatasetService.ListAnnotations].
	AnnotationsFilter string `protobuf:"bytes,2,opt,name=annotations_filter,json=annotationsFilter,proto3" json:"annotations_filter,omitempty"`
	// contains filtered or unexported fields
}

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

func (*ExportDataConfig) Descriptor deprecated

func (*ExportDataConfig) Descriptor() ([]byte, []int)

Deprecated: Use ExportDataConfig.ProtoReflect.Descriptor instead.

func (*ExportDataConfig) GetAnnotationsFilter

func (x *ExportDataConfig) GetAnnotationsFilter() string

func (*ExportDataConfig) GetDestination

func (m *ExportDataConfig) GetDestination() isExportDataConfig_Destination

func (*ExportDataConfig) GetFractionSplit

func (x *ExportDataConfig) GetFractionSplit() *ExportFractionSplit

func (*ExportDataConfig) GetGcsDestination

func (x *ExportDataConfig) GetGcsDestination() *GcsDestination

func (*ExportDataConfig) GetSplit

func (m *ExportDataConfig) GetSplit() isExportDataConfig_Split

func (*ExportDataConfig) ProtoMessage

func (*ExportDataConfig) ProtoMessage()

func (*ExportDataConfig) ProtoReflect

func (x *ExportDataConfig) ProtoReflect() protoreflect.Message

func (*ExportDataConfig) Reset

func (x *ExportDataConfig) Reset()

func (*ExportDataConfig) String

func (x *ExportDataConfig) String() string

type ExportDataConfig_FractionSplit

type ExportDataConfig_FractionSplit struct {
	// Split based on fractions defining the size of each set.
	FractionSplit *ExportFractionSplit `protobuf:"bytes,5,opt,name=fraction_split,json=fractionSplit,proto3,oneof"`
}

type ExportDataConfig_GcsDestination

type ExportDataConfig_GcsDestination struct {
	// The Google Cloud Storage location where the output is to be written to.
	// In the given directory a new directory will be created with name:
	// `export-data-<dataset-display-name>-<timestamp-of-export-call>` where
	// timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format. All export
	// output will be written into that directory. Inside that directory,
	// annotations with the same schema will be grouped into sub directories
	// which are named with the corresponding annotations' schema title. Inside
	// these sub directories, a schema.yaml will be created to describe the
	// output format.
	GcsDestination *GcsDestination `protobuf:"bytes,1,opt,name=gcs_destination,json=gcsDestination,proto3,oneof"`
}

type ExportDataOperationMetadata

type ExportDataOperationMetadata struct {

	// The common part of the operation metadata.
	GenericMetadata *GenericOperationMetadata `protobuf:"bytes,1,opt,name=generic_metadata,json=genericMetadata,proto3" json:"generic_metadata,omitempty"`
	// A Google Cloud Storage directory which path ends with '/'. The exported
	// data is stored in the directory.
	GcsOutputDirectory string `protobuf:"bytes,2,opt,name=gcs_output_directory,json=gcsOutputDirectory,proto3" json:"gcs_output_directory,omitempty"`
	// contains filtered or unexported fields
}

Runtime operation information for [DatasetService.ExportData][mockgcp.cloud.aiplatform.v1beta1.DatasetService.ExportData].

func (*ExportDataOperationMetadata) Descriptor deprecated

func (*ExportDataOperationMetadata) Descriptor() ([]byte, []int)

Deprecated: Use ExportDataOperationMetadata.ProtoReflect.Descriptor instead.

func (*ExportDataOperationMetadata) GetGcsOutputDirectory

func (x *ExportDataOperationMetadata) GetGcsOutputDirectory() string

func (*ExportDataOperationMetadata) GetGenericMetadata

func (x *ExportDataOperationMetadata) GetGenericMetadata() *GenericOperationMetadata

func (*ExportDataOperationMetadata) ProtoMessage

func (*ExportDataOperationMetadata) ProtoMessage()

func (*ExportDataOperationMetadata) ProtoReflect

func (*ExportDataOperationMetadata) Reset

func (x *ExportDataOperationMetadata) Reset()

func (*ExportDataOperationMetadata) String

func (x *ExportDataOperationMetadata) String() string

type ExportDataRequest

type ExportDataRequest struct {

	// Required. The name of the Dataset resource.
	// Format:
	// `projects/{project}/locations/{location}/datasets/{dataset}`
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Required. The desired output location.
	ExportConfig *ExportDataConfig `protobuf:"bytes,2,opt,name=export_config,json=exportConfig,proto3" json:"export_config,omitempty"`
	// contains filtered or unexported fields
}

Request message for [DatasetService.ExportData][mockgcp.cloud.aiplatform.v1beta1.DatasetService.ExportData].

func (*ExportDataRequest) Descriptor deprecated

func (*ExportDataRequest) Descriptor() ([]byte, []int)

Deprecated: Use ExportDataRequest.ProtoReflect.Descriptor instead.

func (*ExportDataRequest) GetExportConfig

func (x *ExportDataRequest) GetExportConfig() *ExportDataConfig

func (*ExportDataRequest) GetName

func (x *ExportDataRequest) GetName() string

func (*ExportDataRequest) ProtoMessage

func (*ExportDataRequest) ProtoMessage()

func (*ExportDataRequest) ProtoReflect

func (x *ExportDataRequest) ProtoReflect() protoreflect.Message

func (*ExportDataRequest) Reset

func (x *ExportDataRequest) Reset()

func (*ExportDataRequest) String

func (x *ExportDataRequest) String() string

type ExportDataResponse

type ExportDataResponse struct {

	// All of the files that are exported in this export operation. For custom
	// code training export, only three (training, validation and test)
	// Cloud Storage paths in wildcard format are populated
	// (for example, gs://.../training-*).
	ExportedFiles []string `protobuf:"bytes,1,rep,name=exported_files,json=exportedFiles,proto3" json:"exported_files,omitempty"`
	// contains filtered or unexported fields
}

Response message for [DatasetService.ExportData][mockgcp.cloud.aiplatform.v1beta1.DatasetService.ExportData].

func (*ExportDataResponse) Descriptor deprecated

func (*ExportDataResponse) Descriptor() ([]byte, []int)

Deprecated: Use ExportDataResponse.ProtoReflect.Descriptor instead.

func (*ExportDataResponse) GetExportedFiles

func (x *ExportDataResponse) GetExportedFiles() []string

func (*ExportDataResponse) ProtoMessage

func (*ExportDataResponse) ProtoMessage()

func (*ExportDataResponse) ProtoReflect

func (x *ExportDataResponse) ProtoReflect() protoreflect.Message

func (*ExportDataResponse) Reset

func (x *ExportDataResponse) Reset()

func (*ExportDataResponse) String

func (x *ExportDataResponse) String() string

type ExportFractionSplit

type ExportFractionSplit struct {

	// The fraction of the input data that is to be used to train the Model.
	TrainingFraction float64 `protobuf:"fixed64,1,opt,name=training_fraction,json=trainingFraction,proto3" json:"training_fraction,omitempty"`
	// The fraction of the input data that is to be used to validate the Model.
	ValidationFraction float64 `protobuf:"fixed64,2,opt,name=validation_fraction,json=validationFraction,proto3" json:"validation_fraction,omitempty"`
	// The fraction of the input data that is to be used to evaluate the Model.
	TestFraction float64 `protobuf:"fixed64,3,opt,name=test_fraction,json=testFraction,proto3" json:"test_fraction,omitempty"`
	// contains filtered or unexported fields
}

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

func (*ExportFractionSplit) Descriptor deprecated

func (*ExportFractionSplit) Descriptor() ([]byte, []int)

Deprecated: Use ExportFractionSplit.ProtoReflect.Descriptor instead.

func (*ExportFractionSplit) GetTestFraction

func (x *ExportFractionSplit) GetTestFraction() float64

func (*ExportFractionSplit) GetTrainingFraction

func (x *ExportFractionSplit) GetTrainingFraction() float64

func (*ExportFractionSplit) GetValidationFraction

func (x *ExportFractionSplit) GetValidationFraction() float64

func (*ExportFractionSplit) ProtoMessage

func (*ExportFractionSplit) ProtoMessage()

func (*ExportFractionSplit) ProtoReflect

func (x *ExportFractionSplit) ProtoReflect() protoreflect.Message

func (*ExportFractionSplit) Reset

func (x *ExportFractionSplit) Reset()

func (*ExportFractionSplit) String

func (x *ExportFractionSplit) String() string

type ExportTensorboardTimeSeriesDataRequest

type ExportTensorboardTimeSeriesDataRequest struct {

	// Required. The resource name of the TensorboardTimeSeries to export data
	// from. Format:
	// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}`
	TensorboardTimeSeries string `` /* 126-byte string literal not displayed */
	// Exports the TensorboardTimeSeries' data that match the filter expression.
	Filter string `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"`
	// The maximum number of data points to return per page.
	// The default page_size is 1000. Values must be between 1 and 10000.
	// Values above 10000 are coerced to 10000.
	PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// A page token, received from a previous
	// [ExportTensorboardTimeSeriesData][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.ExportTensorboardTimeSeriesData]
	// call. Provide this to retrieve the subsequent page.
	//
	// When paginating, all other parameters provided to
	// [ExportTensorboardTimeSeriesData][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.ExportTensorboardTimeSeriesData]
	// must match the call that provided the page token.
	PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// Field to use to sort the TensorboardTimeSeries' data.
	// By default, TensorboardTimeSeries' data is returned in a pseudo random
	// order.
	OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// contains filtered or unexported fields
}

Request message for [TensorboardService.ExportTensorboardTimeSeriesData][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.ExportTensorboardTimeSeriesData].

func (*ExportTensorboardTimeSeriesDataRequest) Descriptor deprecated

func (*ExportTensorboardTimeSeriesDataRequest) Descriptor() ([]byte, []int)

Deprecated: Use ExportTensorboardTimeSeriesDataRequest.ProtoReflect.Descriptor instead.

func (*ExportTensorboardTimeSeriesDataRequest) GetFilter

func (*ExportTensorboardTimeSeriesDataRequest) GetOrderBy

func (*ExportTensorboardTimeSeriesDataRequest) GetPageSize

func (*ExportTensorboardTimeSeriesDataRequest) GetPageToken

func (*ExportTensorboardTimeSeriesDataRequest) GetTensorboardTimeSeries

func (x *ExportTensorboardTimeSeriesDataRequest) GetTensorboardTimeSeries() string

func (*ExportTensorboardTimeSeriesDataRequest) ProtoMessage

func (*ExportTensorboardTimeSeriesDataRequest) ProtoReflect

func (*ExportTensorboardTimeSeriesDataRequest) Reset

func (*ExportTensorboardTimeSeriesDataRequest) String

type ExportTensorboardTimeSeriesDataResponse

type ExportTensorboardTimeSeriesDataResponse struct {

	// The returned time series data points.
	TimeSeriesDataPoints []*TimeSeriesDataPoint `protobuf:"bytes,1,rep,name=time_series_data_points,json=timeSeriesDataPoints,proto3" json:"time_series_data_points,omitempty"`
	// A token, which can be sent as
	// [page_token][mockgcp.cloud.aiplatform.v1beta1.ExportTensorboardTimeSeriesDataRequest.page_token]
	// to retrieve the next page. If this field is omitted, there are no
	// subsequent pages.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

Response message for [TensorboardService.ExportTensorboardTimeSeriesData][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.ExportTensorboardTimeSeriesData].

func (*ExportTensorboardTimeSeriesDataResponse) Descriptor deprecated

func (*ExportTensorboardTimeSeriesDataResponse) Descriptor() ([]byte, []int)

Deprecated: Use ExportTensorboardTimeSeriesDataResponse.ProtoReflect.Descriptor instead.

func (*ExportTensorboardTimeSeriesDataResponse) GetNextPageToken

func (x *ExportTensorboardTimeSeriesDataResponse) GetNextPageToken() string

func (*ExportTensorboardTimeSeriesDataResponse) GetTimeSeriesDataPoints

func (x *ExportTensorboardTimeSeriesDataResponse) GetTimeSeriesDataPoints() []*TimeSeriesDataPoint

func (*ExportTensorboardTimeSeriesDataResponse) ProtoMessage

func (*ExportTensorboardTimeSeriesDataResponse) ProtoReflect

func (*ExportTensorboardTimeSeriesDataResponse) Reset

func (*ExportTensorboardTimeSeriesDataResponse) String

type GcsDestination

type GcsDestination struct {

	// Required. Google Cloud Storage URI to output directory. If the uri doesn't
	// end with
	// '/', a '/' will be automatically appended. The directory is created if it
	// doesn't exist.
	OutputUriPrefix string `protobuf:"bytes,1,opt,name=output_uri_prefix,json=outputUriPrefix,proto3" json:"output_uri_prefix,omitempty"`
	// contains filtered or unexported fields
}

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

func (*GcsDestination) Descriptor deprecated

func (*GcsDestination) Descriptor() ([]byte, []int)

Deprecated: Use GcsDestination.ProtoReflect.Descriptor instead.

func (*GcsDestination) GetOutputUriPrefix

func (x *GcsDestination) GetOutputUriPrefix() string

func (*GcsDestination) ProtoMessage

func (*GcsDestination) ProtoMessage()

func (*GcsDestination) ProtoReflect

func (x *GcsDestination) ProtoReflect() protoreflect.Message

func (*GcsDestination) Reset

func (x *GcsDestination) Reset()

func (*GcsDestination) String

func (x *GcsDestination) String() string

type GcsSource

type GcsSource struct {

	// Required. Google Cloud Storage URI(-s) to the input file(s). May contain
	// wildcards. For more information on wildcards, see
	// https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames.
	Uris []string `protobuf:"bytes,1,rep,name=uris,proto3" json:"uris,omitempty"`
	// contains filtered or unexported fields
}

The Google Cloud Storage location for the input content.

func (*GcsSource) Descriptor deprecated

func (*GcsSource) Descriptor() ([]byte, []int)

Deprecated: Use GcsSource.ProtoReflect.Descriptor instead.

func (*GcsSource) GetUris

func (x *GcsSource) GetUris() []string

func (*GcsSource) ProtoMessage

func (*GcsSource) ProtoMessage()

func (*GcsSource) ProtoReflect

func (x *GcsSource) ProtoReflect() protoreflect.Message

func (*GcsSource) Reset

func (x *GcsSource) Reset()

func (*GcsSource) String

func (x *GcsSource) String() string

type GenericOperationMetadata

type GenericOperationMetadata struct {

	// Output only. Partial failures encountered.
	// E.g. single files that couldn't be read.
	// This field should never exceed 20 entries.
	// Status details field will contain standard Google Cloud error details.
	PartialFailures []*status.Status `protobuf:"bytes,1,rep,name=partial_failures,json=partialFailures,proto3" json:"partial_failures,omitempty"`
	// Output only. Time when the operation was created.
	CreateTime *timestamp.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// Output only. Time when the operation was updated for the last time.
	// If the operation has finished (successfully or not), this is the finish
	// time.
	UpdateTime *timestamp.Timestamp `protobuf:"bytes,3,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// contains filtered or unexported fields
}

Generic Metadata shared by all operations.

func (*GenericOperationMetadata) Descriptor deprecated

func (*GenericOperationMetadata) Descriptor() ([]byte, []int)

Deprecated: Use GenericOperationMetadata.ProtoReflect.Descriptor instead.

func (*GenericOperationMetadata) GetCreateTime

func (x *GenericOperationMetadata) GetCreateTime() *timestamp.Timestamp

func (*GenericOperationMetadata) GetPartialFailures

func (x *GenericOperationMetadata) GetPartialFailures() []*status.Status

func (*GenericOperationMetadata) GetUpdateTime

func (x *GenericOperationMetadata) GetUpdateTime() *timestamp.Timestamp

func (*GenericOperationMetadata) ProtoMessage

func (*GenericOperationMetadata) ProtoMessage()

func (*GenericOperationMetadata) ProtoReflect

func (x *GenericOperationMetadata) ProtoReflect() protoreflect.Message

func (*GenericOperationMetadata) Reset

func (x *GenericOperationMetadata) Reset()

func (*GenericOperationMetadata) String

func (x *GenericOperationMetadata) String() string

type GetAnnotationSpecRequest

type GetAnnotationSpecRequest struct {

	// Required. The name of the AnnotationSpec resource.
	// Format:
	// `projects/{project}/locations/{location}/datasets/{dataset}/annotationSpecs/{annotation_spec}`
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Mask specifying which fields to read.
	ReadMask *field_mask.FieldMask `protobuf:"bytes,2,opt,name=read_mask,json=readMask,proto3" json:"read_mask,omitempty"`
	// contains filtered or unexported fields
}

Request message for [DatasetService.GetAnnotationSpec][mockgcp.cloud.aiplatform.v1beta1.DatasetService.GetAnnotationSpec].

func (*GetAnnotationSpecRequest) Descriptor deprecated

func (*GetAnnotationSpecRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAnnotationSpecRequest.ProtoReflect.Descriptor instead.

func (*GetAnnotationSpecRequest) GetName

func (x *GetAnnotationSpecRequest) GetName() string

func (*GetAnnotationSpecRequest) GetReadMask

func (x *GetAnnotationSpecRequest) GetReadMask() *field_mask.FieldMask

func (*GetAnnotationSpecRequest) ProtoMessage

func (*GetAnnotationSpecRequest) ProtoMessage()

func (*GetAnnotationSpecRequest) ProtoReflect

func (x *GetAnnotationSpecRequest) ProtoReflect() protoreflect.Message

func (*GetAnnotationSpecRequest) Reset

func (x *GetAnnotationSpecRequest) Reset()

func (*GetAnnotationSpecRequest) String

func (x *GetAnnotationSpecRequest) String() string

type GetDatasetRequest

type GetDatasetRequest struct {

	// Required. The name of the Dataset resource.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Mask specifying which fields to read.
	ReadMask *field_mask.FieldMask `protobuf:"bytes,2,opt,name=read_mask,json=readMask,proto3" json:"read_mask,omitempty"`
	// contains filtered or unexported fields
}

Request message for [DatasetService.GetDataset][mockgcp.cloud.aiplatform.v1beta1.DatasetService.GetDataset].

func (*GetDatasetRequest) Descriptor deprecated

func (*GetDatasetRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetDatasetRequest.ProtoReflect.Descriptor instead.

func (*GetDatasetRequest) GetName

func (x *GetDatasetRequest) GetName() string

func (*GetDatasetRequest) GetReadMask

func (x *GetDatasetRequest) GetReadMask() *field_mask.FieldMask

func (*GetDatasetRequest) ProtoMessage

func (*GetDatasetRequest) ProtoMessage()

func (*GetDatasetRequest) ProtoReflect

func (x *GetDatasetRequest) ProtoReflect() protoreflect.Message

func (*GetDatasetRequest) Reset

func (x *GetDatasetRequest) Reset()

func (*GetDatasetRequest) String

func (x *GetDatasetRequest) String() string

type GetDatasetVersionRequest

type GetDatasetVersionRequest struct {

	// Required. The resource name of the Dataset version to delete.
	// Format:
	// `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}`
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Mask specifying which fields to read.
	ReadMask *field_mask.FieldMask `protobuf:"bytes,2,opt,name=read_mask,json=readMask,proto3" json:"read_mask,omitempty"`
	// contains filtered or unexported fields
}

Request message for [DatasetService.GetDatasetVersion][mockgcp.cloud.aiplatform.v1beta1.DatasetService.GetDatasetVersion].

func (*GetDatasetVersionRequest) Descriptor deprecated

func (*GetDatasetVersionRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetDatasetVersionRequest.ProtoReflect.Descriptor instead.

func (*GetDatasetVersionRequest) GetName

func (x *GetDatasetVersionRequest) GetName() string

func (*GetDatasetVersionRequest) GetReadMask

func (x *GetDatasetVersionRequest) GetReadMask() *field_mask.FieldMask

func (*GetDatasetVersionRequest) ProtoMessage

func (*GetDatasetVersionRequest) ProtoMessage()

func (*GetDatasetVersionRequest) ProtoReflect

func (x *GetDatasetVersionRequest) ProtoReflect() protoreflect.Message

func (*GetDatasetVersionRequest) Reset

func (x *GetDatasetVersionRequest) Reset()

func (*GetDatasetVersionRequest) String

func (x *GetDatasetVersionRequest) String() string

type GetTensorboardExperimentRequest

type GetTensorboardExperimentRequest struct {

	// Required. The name of the TensorboardExperiment resource.
	// Format:
	// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}`
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request message for [TensorboardService.GetTensorboardExperiment][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.GetTensorboardExperiment].

func (*GetTensorboardExperimentRequest) Descriptor deprecated

func (*GetTensorboardExperimentRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetTensorboardExperimentRequest.ProtoReflect.Descriptor instead.

func (*GetTensorboardExperimentRequest) GetName

func (*GetTensorboardExperimentRequest) ProtoMessage

func (*GetTensorboardExperimentRequest) ProtoMessage()

func (*GetTensorboardExperimentRequest) ProtoReflect

func (*GetTensorboardExperimentRequest) Reset

func (*GetTensorboardExperimentRequest) String

type GetTensorboardRequest

type GetTensorboardRequest struct {

	// Required. The name of the Tensorboard resource.
	// Format:
	// `projects/{project}/locations/{location}/tensorboards/{tensorboard}`
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request message for [TensorboardService.GetTensorboard][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.GetTensorboard].

func (*GetTensorboardRequest) Descriptor deprecated

func (*GetTensorboardRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetTensorboardRequest.ProtoReflect.Descriptor instead.

func (*GetTensorboardRequest) GetName

func (x *GetTensorboardRequest) GetName() string

func (*GetTensorboardRequest) ProtoMessage

func (*GetTensorboardRequest) ProtoMessage()

func (*GetTensorboardRequest) ProtoReflect

func (x *GetTensorboardRequest) ProtoReflect() protoreflect.Message

func (*GetTensorboardRequest) Reset

func (x *GetTensorboardRequest) Reset()

func (*GetTensorboardRequest) String

func (x *GetTensorboardRequest) String() string

type GetTensorboardRunRequest

type GetTensorboardRunRequest struct {

	// Required. The name of the TensorboardRun resource.
	// Format:
	// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}`
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request message for [TensorboardService.GetTensorboardRun][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.GetTensorboardRun].

func (*GetTensorboardRunRequest) Descriptor deprecated

func (*GetTensorboardRunRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetTensorboardRunRequest.ProtoReflect.Descriptor instead.

func (*GetTensorboardRunRequest) GetName

func (x *GetTensorboardRunRequest) GetName() string

func (*GetTensorboardRunRequest) ProtoMessage

func (*GetTensorboardRunRequest) ProtoMessage()

func (*GetTensorboardRunRequest) ProtoReflect

func (x *GetTensorboardRunRequest) ProtoReflect() protoreflect.Message

func (*GetTensorboardRunRequest) Reset

func (x *GetTensorboardRunRequest) Reset()

func (*GetTensorboardRunRequest) String

func (x *GetTensorboardRunRequest) String() string

type GetTensorboardTimeSeriesRequest

type GetTensorboardTimeSeriesRequest struct {

	// Required. The name of the TensorboardTimeSeries resource.
	// Format:
	// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}`
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request message for [TensorboardService.GetTensorboardTimeSeries][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.GetTensorboardTimeSeries].

func (*GetTensorboardTimeSeriesRequest) Descriptor deprecated

func (*GetTensorboardTimeSeriesRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetTensorboardTimeSeriesRequest.ProtoReflect.Descriptor instead.

func (*GetTensorboardTimeSeriesRequest) GetName

func (*GetTensorboardTimeSeriesRequest) ProtoMessage

func (*GetTensorboardTimeSeriesRequest) ProtoMessage()

func (*GetTensorboardTimeSeriesRequest) ProtoReflect

func (*GetTensorboardTimeSeriesRequest) Reset

func (*GetTensorboardTimeSeriesRequest) String

type GoogleDriveSource

type GoogleDriveSource struct {

	// Required. Google Drive resource IDs.
	ResourceIds []*GoogleDriveSource_ResourceId `protobuf:"bytes,1,rep,name=resource_ids,json=resourceIds,proto3" json:"resource_ids,omitempty"`
	// contains filtered or unexported fields
}

The Google Drive location for the input content.

func (*GoogleDriveSource) Descriptor deprecated

func (*GoogleDriveSource) Descriptor() ([]byte, []int)

Deprecated: Use GoogleDriveSource.ProtoReflect.Descriptor instead.

func (*GoogleDriveSource) GetResourceIds

func (x *GoogleDriveSource) GetResourceIds() []*GoogleDriveSource_ResourceId

func (*GoogleDriveSource) ProtoMessage

func (*GoogleDriveSource) ProtoMessage()

func (*GoogleDriveSource) ProtoReflect

func (x *GoogleDriveSource) ProtoReflect() protoreflect.Message

func (*GoogleDriveSource) Reset

func (x *GoogleDriveSource) Reset()

func (*GoogleDriveSource) String

func (x *GoogleDriveSource) String() string

type GoogleDriveSource_ResourceId

type GoogleDriveSource_ResourceId struct {

	// Required. The type of the Google Drive resource.
	ResourceType GoogleDriveSource_ResourceId_ResourceType `` /* 178-byte string literal not displayed */
	// Required. The ID of the Google Drive resource.
	ResourceId string `protobuf:"bytes,2,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"`
	// contains filtered or unexported fields
}

The type and ID of the Google Drive resource.

func (*GoogleDriveSource_ResourceId) Descriptor deprecated

func (*GoogleDriveSource_ResourceId) Descriptor() ([]byte, []int)

Deprecated: Use GoogleDriveSource_ResourceId.ProtoReflect.Descriptor instead.

func (*GoogleDriveSource_ResourceId) GetResourceId

func (x *GoogleDriveSource_ResourceId) GetResourceId() string

func (*GoogleDriveSource_ResourceId) GetResourceType

func (*GoogleDriveSource_ResourceId) ProtoMessage

func (*GoogleDriveSource_ResourceId) ProtoMessage()

func (*GoogleDriveSource_ResourceId) ProtoReflect

func (*GoogleDriveSource_ResourceId) Reset

func (x *GoogleDriveSource_ResourceId) Reset()

func (*GoogleDriveSource_ResourceId) String

type GoogleDriveSource_ResourceId_ResourceType

type GoogleDriveSource_ResourceId_ResourceType int32

The type of the Google Drive resource.

const (
	// Unspecified resource type.
	GoogleDriveSource_ResourceId_RESOURCE_TYPE_UNSPECIFIED GoogleDriveSource_ResourceId_ResourceType = 0
	// File resource type.
	GoogleDriveSource_ResourceId_RESOURCE_TYPE_FILE GoogleDriveSource_ResourceId_ResourceType = 1
	// Folder resource type.
	GoogleDriveSource_ResourceId_RESOURCE_TYPE_FOLDER GoogleDriveSource_ResourceId_ResourceType = 2
)

func (GoogleDriveSource_ResourceId_ResourceType) Descriptor

func (GoogleDriveSource_ResourceId_ResourceType) Enum

func (GoogleDriveSource_ResourceId_ResourceType) EnumDescriptor deprecated

func (GoogleDriveSource_ResourceId_ResourceType) EnumDescriptor() ([]byte, []int)

Deprecated: Use GoogleDriveSource_ResourceId_ResourceType.Descriptor instead.

func (GoogleDriveSource_ResourceId_ResourceType) Number

func (GoogleDriveSource_ResourceId_ResourceType) String

func (GoogleDriveSource_ResourceId_ResourceType) Type

type ImportDataConfig

type ImportDataConfig struct {

	// The source of the input.
	//
	// Types that are assignable to Source:
	//
	//	*ImportDataConfig_GcsSource
	Source isImportDataConfig_Source `protobuf_oneof:"source"`
	// Labels that will be applied to newly imported DataItems. If an identical
	// DataItem as one being imported already exists in the Dataset, then these
	// labels will be appended to these of the already existing one, and if labels
	// with identical key is imported before, the old label value will be
	// overwritten. If two DataItems are identical in the same import data
	// operation, the labels will be combined and if key collision happens in this
	// case, one of the values will be picked randomly. Two DataItems are
	// considered identical if their content bytes are identical (e.g. image bytes
	// or pdf bytes).
	// These labels will be overridden by Annotation labels specified inside index
	// file referenced by
	// [import_schema_uri][mockgcp.cloud.aiplatform.v1beta1.ImportDataConfig.import_schema_uri],
	// e.g. jsonl file.
	DataItemLabels map[string]string `` /* 193-byte string literal not displayed */
	// Labels that will be applied to newly imported Annotations. If two
	// Annotations are identical, one of them will be deduped. Two Annotations are
	// considered identical if their
	// [payload][mockgcp.cloud.aiplatform.v1beta1.Annotation.payload],
	// [payload_schema_uri][mockgcp.cloud.aiplatform.v1beta1.Annotation.payload_schema_uri]
	// and all of their
	// [labels][mockgcp.cloud.aiplatform.v1beta1.Annotation.labels] are the same.
	// These labels will be overridden by Annotation labels specified inside index
	// file referenced by
	// [import_schema_uri][mockgcp.cloud.aiplatform.v1beta1.ImportDataConfig.import_schema_uri],
	// e.g. jsonl file.
	AnnotationLabels map[string]string `` /* 197-byte string literal not displayed */
	// Required. Points to a YAML file stored on Google Cloud Storage describing
	// the import format. Validation will be done against the schema. The schema
	// is defined as an [OpenAPI 3.0.2 Schema
	// Object](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.2.md#schemaObject).
	ImportSchemaUri string `protobuf:"bytes,4,opt,name=import_schema_uri,json=importSchemaUri,proto3" json:"import_schema_uri,omitempty"`
	// contains filtered or unexported fields
}

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

func (*ImportDataConfig) Descriptor deprecated

func (*ImportDataConfig) Descriptor() ([]byte, []int)

Deprecated: Use ImportDataConfig.ProtoReflect.Descriptor instead.

func (*ImportDataConfig) GetAnnotationLabels

func (x *ImportDataConfig) GetAnnotationLabels() map[string]string

func (*ImportDataConfig) GetDataItemLabels

func (x *ImportDataConfig) GetDataItemLabels() map[string]string

func (*ImportDataConfig) GetGcsSource

func (x *ImportDataConfig) GetGcsSource() *GcsSource

func (*ImportDataConfig) GetImportSchemaUri

func (x *ImportDataConfig) GetImportSchemaUri() string

func (*ImportDataConfig) GetSource

func (m *ImportDataConfig) GetSource() isImportDataConfig_Source

func (*ImportDataConfig) ProtoMessage

func (*ImportDataConfig) ProtoMessage()

func (*ImportDataConfig) ProtoReflect

func (x *ImportDataConfig) ProtoReflect() protoreflect.Message

func (*ImportDataConfig) Reset

func (x *ImportDataConfig) Reset()

func (*ImportDataConfig) String

func (x *ImportDataConfig) String() string

type ImportDataConfig_GcsSource

type ImportDataConfig_GcsSource struct {
	// The Google Cloud Storage location for the input content.
	GcsSource *GcsSource `protobuf:"bytes,1,opt,name=gcs_source,json=gcsSource,proto3,oneof"`
}

type ImportDataOperationMetadata

type ImportDataOperationMetadata struct {

	// The common part of the operation metadata.
	GenericMetadata *GenericOperationMetadata `protobuf:"bytes,1,opt,name=generic_metadata,json=genericMetadata,proto3" json:"generic_metadata,omitempty"`
	// contains filtered or unexported fields
}

Runtime operation information for [DatasetService.ImportData][mockgcp.cloud.aiplatform.v1beta1.DatasetService.ImportData].

func (*ImportDataOperationMetadata) Descriptor deprecated

func (*ImportDataOperationMetadata) Descriptor() ([]byte, []int)

Deprecated: Use ImportDataOperationMetadata.ProtoReflect.Descriptor instead.

func (*ImportDataOperationMetadata) GetGenericMetadata

func (x *ImportDataOperationMetadata) GetGenericMetadata() *GenericOperationMetadata

func (*ImportDataOperationMetadata) ProtoMessage

func (*ImportDataOperationMetadata) ProtoMessage()

func (*ImportDataOperationMetadata) ProtoReflect

func (*ImportDataOperationMetadata) Reset

func (x *ImportDataOperationMetadata) Reset()

func (*ImportDataOperationMetadata) String

func (x *ImportDataOperationMetadata) String() string

type ImportDataRequest

type ImportDataRequest struct {

	// Required. The name of the Dataset resource.
	// Format:
	// `projects/{project}/locations/{location}/datasets/{dataset}`
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Required. The desired input locations. The contents of all input locations
	// will be imported in one batch.
	ImportConfigs []*ImportDataConfig `protobuf:"bytes,2,rep,name=import_configs,json=importConfigs,proto3" json:"import_configs,omitempty"`
	// contains filtered or unexported fields
}

Request message for [DatasetService.ImportData][mockgcp.cloud.aiplatform.v1beta1.DatasetService.ImportData].

func (*ImportDataRequest) Descriptor deprecated

func (*ImportDataRequest) Descriptor() ([]byte, []int)

Deprecated: Use ImportDataRequest.ProtoReflect.Descriptor instead.

func (*ImportDataRequest) GetImportConfigs

func (x *ImportDataRequest) GetImportConfigs() []*ImportDataConfig

func (*ImportDataRequest) GetName

func (x *ImportDataRequest) GetName() string

func (*ImportDataRequest) ProtoMessage

func (*ImportDataRequest) ProtoMessage()

func (*ImportDataRequest) ProtoReflect

func (x *ImportDataRequest) ProtoReflect() protoreflect.Message

func (*ImportDataRequest) Reset

func (x *ImportDataRequest) Reset()

func (*ImportDataRequest) String

func (x *ImportDataRequest) String() string

type ImportDataResponse

type ImportDataResponse struct {
	// contains filtered or unexported fields
}

Response message for [DatasetService.ImportData][mockgcp.cloud.aiplatform.v1beta1.DatasetService.ImportData].

func (*ImportDataResponse) Descriptor deprecated

func (*ImportDataResponse) Descriptor() ([]byte, []int)

Deprecated: Use ImportDataResponse.ProtoReflect.Descriptor instead.

func (*ImportDataResponse) ProtoMessage

func (*ImportDataResponse) ProtoMessage()

func (*ImportDataResponse) ProtoReflect

func (x *ImportDataResponse) ProtoReflect() protoreflect.Message

func (*ImportDataResponse) Reset

func (x *ImportDataResponse) Reset()

func (*ImportDataResponse) String

func (x *ImportDataResponse) String() string

type ListAnnotationsRequest

type ListAnnotationsRequest struct {

	// Required. The resource name of the DataItem to list Annotations from.
	// Format:
	// `projects/{project}/locations/{location}/datasets/{dataset}/dataItems/{data_item}`
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// The standard list filter.
	Filter string `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"`
	// The standard list page size.
	PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The standard list page token.
	PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// Mask specifying which fields to read.
	ReadMask *field_mask.FieldMask `protobuf:"bytes,5,opt,name=read_mask,json=readMask,proto3" json:"read_mask,omitempty"`
	// A comma-separated list of fields to order by, sorted in ascending order.
	// Use "desc" after a field name for descending.
	OrderBy string `protobuf:"bytes,6,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// contains filtered or unexported fields
}

Request message for [DatasetService.ListAnnotations][mockgcp.cloud.aiplatform.v1beta1.DatasetService.ListAnnotations].

func (*ListAnnotationsRequest) Descriptor deprecated

func (*ListAnnotationsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListAnnotationsRequest.ProtoReflect.Descriptor instead.

func (*ListAnnotationsRequest) GetFilter

func (x *ListAnnotationsRequest) GetFilter() string

func (*ListAnnotationsRequest) GetOrderBy

func (x *ListAnnotationsRequest) GetOrderBy() string

func (*ListAnnotationsRequest) GetPageSize

func (x *ListAnnotationsRequest) GetPageSize() int32

func (*ListAnnotationsRequest) GetPageToken

func (x *ListAnnotationsRequest) GetPageToken() string

func (*ListAnnotationsRequest) GetParent

func (x *ListAnnotationsRequest) GetParent() string

func (*ListAnnotationsRequest) GetReadMask

func (x *ListAnnotationsRequest) GetReadMask() *field_mask.FieldMask

func (*ListAnnotationsRequest) ProtoMessage

func (*ListAnnotationsRequest) ProtoMessage()

func (*ListAnnotationsRequest) ProtoReflect

func (x *ListAnnotationsRequest) ProtoReflect() protoreflect.Message

func (*ListAnnotationsRequest) Reset

func (x *ListAnnotationsRequest) Reset()

func (*ListAnnotationsRequest) String

func (x *ListAnnotationsRequest) String() string

type ListAnnotationsResponse

type ListAnnotationsResponse struct {

	// A list of Annotations that matches the specified filter in the request.
	Annotations []*Annotation `protobuf:"bytes,1,rep,name=annotations,proto3" json:"annotations,omitempty"`
	// The standard List next-page token.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

Response message for [DatasetService.ListAnnotations][mockgcp.cloud.aiplatform.v1beta1.DatasetService.ListAnnotations].

func (*ListAnnotationsResponse) Descriptor deprecated

func (*ListAnnotationsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListAnnotationsResponse.ProtoReflect.Descriptor instead.

func (*ListAnnotationsResponse) GetAnnotations

func (x *ListAnnotationsResponse) GetAnnotations() []*Annotation

func (*ListAnnotationsResponse) GetNextPageToken

func (x *ListAnnotationsResponse) GetNextPageToken() string

func (*ListAnnotationsResponse) ProtoMessage

func (*ListAnnotationsResponse) ProtoMessage()

func (*ListAnnotationsResponse) ProtoReflect

func (x *ListAnnotationsResponse) ProtoReflect() protoreflect.Message

func (*ListAnnotationsResponse) Reset

func (x *ListAnnotationsResponse) Reset()

func (*ListAnnotationsResponse) String

func (x *ListAnnotationsResponse) String() string

type ListDataItemsRequest

type ListDataItemsRequest struct {

	// Required. The resource name of the Dataset to list DataItems from.
	// Format:
	// `projects/{project}/locations/{location}/datasets/{dataset}`
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// The standard list filter.
	Filter string `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"`
	// The standard list page size.
	PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The standard list page token.
	PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// Mask specifying which fields to read.
	ReadMask *field_mask.FieldMask `protobuf:"bytes,5,opt,name=read_mask,json=readMask,proto3" json:"read_mask,omitempty"`
	// A comma-separated list of fields to order by, sorted in ascending order.
	// Use "desc" after a field name for descending.
	OrderBy string `protobuf:"bytes,6,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// contains filtered or unexported fields
}

Request message for [DatasetService.ListDataItems][mockgcp.cloud.aiplatform.v1beta1.DatasetService.ListDataItems].

func (*ListDataItemsRequest) Descriptor deprecated

func (*ListDataItemsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListDataItemsRequest.ProtoReflect.Descriptor instead.

func (*ListDataItemsRequest) GetFilter

func (x *ListDataItemsRequest) GetFilter() string

func (*ListDataItemsRequest) GetOrderBy

func (x *ListDataItemsRequest) GetOrderBy() string

func (*ListDataItemsRequest) GetPageSize

func (x *ListDataItemsRequest) GetPageSize() int32

func (*ListDataItemsRequest) GetPageToken

func (x *ListDataItemsRequest) GetPageToken() string

func (*ListDataItemsRequest) GetParent

func (x *ListDataItemsRequest) GetParent() string

func (*ListDataItemsRequest) GetReadMask

func (x *ListDataItemsRequest) GetReadMask() *field_mask.FieldMask

func (*ListDataItemsRequest) ProtoMessage

func (*ListDataItemsRequest) ProtoMessage()

func (*ListDataItemsRequest) ProtoReflect

func (x *ListDataItemsRequest) ProtoReflect() protoreflect.Message

func (*ListDataItemsRequest) Reset

func (x *ListDataItemsRequest) Reset()

func (*ListDataItemsRequest) String

func (x *ListDataItemsRequest) String() string

type ListDataItemsResponse

type ListDataItemsResponse struct {

	// A list of DataItems that matches the specified filter in the request.
	DataItems []*DataItem `protobuf:"bytes,1,rep,name=data_items,json=dataItems,proto3" json:"data_items,omitempty"`
	// The standard List next-page token.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

Response message for [DatasetService.ListDataItems][mockgcp.cloud.aiplatform.v1beta1.DatasetService.ListDataItems].

func (*ListDataItemsResponse) Descriptor deprecated

func (*ListDataItemsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListDataItemsResponse.ProtoReflect.Descriptor instead.

func (*ListDataItemsResponse) GetDataItems

func (x *ListDataItemsResponse) GetDataItems() []*DataItem

func (*ListDataItemsResponse) GetNextPageToken

func (x *ListDataItemsResponse) GetNextPageToken() string

func (*ListDataItemsResponse) ProtoMessage

func (*ListDataItemsResponse) ProtoMessage()

func (*ListDataItemsResponse) ProtoReflect

func (x *ListDataItemsResponse) ProtoReflect() protoreflect.Message

func (*ListDataItemsResponse) Reset

func (x *ListDataItemsResponse) Reset()

func (*ListDataItemsResponse) String

func (x *ListDataItemsResponse) String() string

type ListDatasetVersionsRequest

type ListDatasetVersionsRequest struct {

	// Required. The resource name of the Dataset to list DatasetVersions from.
	// Format:
	// `projects/{project}/locations/{location}/datasets/{dataset}`
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Optional. The standard list filter.
	Filter string `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"`
	// Optional. The standard list page size.
	PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// Optional. The standard list page token.
	PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// Optional. Mask specifying which fields to read.
	ReadMask *field_mask.FieldMask `protobuf:"bytes,5,opt,name=read_mask,json=readMask,proto3" json:"read_mask,omitempty"`
	// Optional. A comma-separated list of fields to order by, sorted in ascending
	// order. Use "desc" after a field name for descending.
	OrderBy string `protobuf:"bytes,6,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// contains filtered or unexported fields
}

Request message for [DatasetService.ListDatasetVersions][mockgcp.cloud.aiplatform.v1beta1.DatasetService.ListDatasetVersions].

func (*ListDatasetVersionsRequest) Descriptor deprecated

func (*ListDatasetVersionsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListDatasetVersionsRequest.ProtoReflect.Descriptor instead.

func (*ListDatasetVersionsRequest) GetFilter

func (x *ListDatasetVersionsRequest) GetFilter() string

func (*ListDatasetVersionsRequest) GetOrderBy

func (x *ListDatasetVersionsRequest) GetOrderBy() string

func (*ListDatasetVersionsRequest) GetPageSize

func (x *ListDatasetVersionsRequest) GetPageSize() int32

func (*ListDatasetVersionsRequest) GetPageToken

func (x *ListDatasetVersionsRequest) GetPageToken() string

func (*ListDatasetVersionsRequest) GetParent

func (x *ListDatasetVersionsRequest) GetParent() string

func (*ListDatasetVersionsRequest) GetReadMask

func (*ListDatasetVersionsRequest) ProtoMessage

func (*ListDatasetVersionsRequest) ProtoMessage()

func (*ListDatasetVersionsRequest) ProtoReflect

func (*ListDatasetVersionsRequest) Reset

func (x *ListDatasetVersionsRequest) Reset()

func (*ListDatasetVersionsRequest) String

func (x *ListDatasetVersionsRequest) String() string

type ListDatasetVersionsResponse

type ListDatasetVersionsResponse struct {

	// A list of DatasetVersions that matches the specified filter in the request.
	DatasetVersions []*DatasetVersion `protobuf:"bytes,1,rep,name=dataset_versions,json=datasetVersions,proto3" json:"dataset_versions,omitempty"`
	// The standard List next-page token.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

Response message for [DatasetService.ListDatasetVersions][mockgcp.cloud.aiplatform.v1beta1.DatasetService.ListDatasetVersions].

func (*ListDatasetVersionsResponse) Descriptor deprecated

func (*ListDatasetVersionsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListDatasetVersionsResponse.ProtoReflect.Descriptor instead.

func (*ListDatasetVersionsResponse) GetDatasetVersions

func (x *ListDatasetVersionsResponse) GetDatasetVersions() []*DatasetVersion

func (*ListDatasetVersionsResponse) GetNextPageToken

func (x *ListDatasetVersionsResponse) GetNextPageToken() string

func (*ListDatasetVersionsResponse) ProtoMessage

func (*ListDatasetVersionsResponse) ProtoMessage()

func (*ListDatasetVersionsResponse) ProtoReflect

func (*ListDatasetVersionsResponse) Reset

func (x *ListDatasetVersionsResponse) Reset()

func (*ListDatasetVersionsResponse) String

func (x *ListDatasetVersionsResponse) String() string

type ListDatasetsRequest

type ListDatasetsRequest struct {

	// Required. The name of the Dataset's parent resource.
	// Format: `projects/{project}/locations/{location}`
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// An expression for filtering the results of the request. For field names
	// both snake_case and camelCase are supported.
	//
	//   - `display_name`: supports = and !=
	//   - `metadata_schema_uri`: supports = and !=
	//   - `labels` supports general map functions that is:
	//   - `labels.key=value` - key:value equality
	//   - `labels.key:* or labels:key - key existence
	//   - A key including a space must be quoted. `labels."a key"`.
	//
	// Some examples:
	//
	//   - `displayName="myDisplayName"`
	//   - `labels.myKey="myValue"`
	Filter string `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"`
	// The standard list page size.
	PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The standard list page token.
	PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// Mask specifying which fields to read.
	ReadMask *field_mask.FieldMask `protobuf:"bytes,5,opt,name=read_mask,json=readMask,proto3" json:"read_mask,omitempty"`
	// A comma-separated list of fields to order by, sorted in ascending order.
	// Use "desc" after a field name for descending.
	// Supported fields:
	//
	//   - `display_name`
	//   - `create_time`
	//   - `update_time`
	OrderBy string `protobuf:"bytes,6,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// contains filtered or unexported fields
}

Request message for [DatasetService.ListDatasets][mockgcp.cloud.aiplatform.v1beta1.DatasetService.ListDatasets].

func (*ListDatasetsRequest) Descriptor deprecated

func (*ListDatasetsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListDatasetsRequest.ProtoReflect.Descriptor instead.

func (*ListDatasetsRequest) GetFilter

func (x *ListDatasetsRequest) GetFilter() string

func (*ListDatasetsRequest) GetOrderBy

func (x *ListDatasetsRequest) GetOrderBy() string

func (*ListDatasetsRequest) GetPageSize

func (x *ListDatasetsRequest) GetPageSize() int32

func (*ListDatasetsRequest) GetPageToken

func (x *ListDatasetsRequest) GetPageToken() string

func (*ListDatasetsRequest) GetParent

func (x *ListDatasetsRequest) GetParent() string

func (*ListDatasetsRequest) GetReadMask

func (x *ListDatasetsRequest) GetReadMask() *field_mask.FieldMask

func (*ListDatasetsRequest) ProtoMessage

func (*ListDatasetsRequest) ProtoMessage()

func (*ListDatasetsRequest) ProtoReflect

func (x *ListDatasetsRequest) ProtoReflect() protoreflect.Message

func (*ListDatasetsRequest) Reset

func (x *ListDatasetsRequest) Reset()

func (*ListDatasetsRequest) String

func (x *ListDatasetsRequest) String() string

type ListDatasetsResponse

type ListDatasetsResponse struct {

	// A list of Datasets that matches the specified filter in the request.
	Datasets []*Dataset `protobuf:"bytes,1,rep,name=datasets,proto3" json:"datasets,omitempty"`
	// The standard List next-page token.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

Response message for [DatasetService.ListDatasets][mockgcp.cloud.aiplatform.v1beta1.DatasetService.ListDatasets].

func (*ListDatasetsResponse) Descriptor deprecated

func (*ListDatasetsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListDatasetsResponse.ProtoReflect.Descriptor instead.

func (*ListDatasetsResponse) GetDatasets

func (x *ListDatasetsResponse) GetDatasets() []*Dataset

func (*ListDatasetsResponse) GetNextPageToken

func (x *ListDatasetsResponse) GetNextPageToken() string

func (*ListDatasetsResponse) ProtoMessage

func (*ListDatasetsResponse) ProtoMessage()

func (*ListDatasetsResponse) ProtoReflect

func (x *ListDatasetsResponse) ProtoReflect() protoreflect.Message

func (*ListDatasetsResponse) Reset

func (x *ListDatasetsResponse) Reset()

func (*ListDatasetsResponse) String

func (x *ListDatasetsResponse) String() string

type ListSavedQueriesRequest

type ListSavedQueriesRequest struct {

	// Required. The resource name of the Dataset to list SavedQueries from.
	// Format:
	// `projects/{project}/locations/{location}/datasets/{dataset}`
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// The standard list filter.
	Filter string `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"`
	// The standard list page size.
	PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The standard list page token.
	PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// Mask specifying which fields to read.
	ReadMask *field_mask.FieldMask `protobuf:"bytes,5,opt,name=read_mask,json=readMask,proto3" json:"read_mask,omitempty"`
	// A comma-separated list of fields to order by, sorted in ascending order.
	// Use "desc" after a field name for descending.
	OrderBy string `protobuf:"bytes,6,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// contains filtered or unexported fields
}

Request message for [DatasetService.ListSavedQueries][mockgcp.cloud.aiplatform.v1beta1.DatasetService.ListSavedQueries].

func (*ListSavedQueriesRequest) Descriptor deprecated

func (*ListSavedQueriesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListSavedQueriesRequest.ProtoReflect.Descriptor instead.

func (*ListSavedQueriesRequest) GetFilter

func (x *ListSavedQueriesRequest) GetFilter() string

func (*ListSavedQueriesRequest) GetOrderBy

func (x *ListSavedQueriesRequest) GetOrderBy() string

func (*ListSavedQueriesRequest) GetPageSize

func (x *ListSavedQueriesRequest) GetPageSize() int32

func (*ListSavedQueriesRequest) GetPageToken

func (x *ListSavedQueriesRequest) GetPageToken() string

func (*ListSavedQueriesRequest) GetParent

func (x *ListSavedQueriesRequest) GetParent() string

func (*ListSavedQueriesRequest) GetReadMask

func (x *ListSavedQueriesRequest) GetReadMask() *field_mask.FieldMask

func (*ListSavedQueriesRequest) ProtoMessage

func (*ListSavedQueriesRequest) ProtoMessage()

func (*ListSavedQueriesRequest) ProtoReflect

func (x *ListSavedQueriesRequest) ProtoReflect() protoreflect.Message

func (*ListSavedQueriesRequest) Reset

func (x *ListSavedQueriesRequest) Reset()

func (*ListSavedQueriesRequest) String

func (x *ListSavedQueriesRequest) String() string

type ListSavedQueriesResponse

type ListSavedQueriesResponse struct {

	// A list of SavedQueries that match the specified filter in the request.
	SavedQueries []*SavedQuery `protobuf:"bytes,1,rep,name=saved_queries,json=savedQueries,proto3" json:"saved_queries,omitempty"`
	// The standard List next-page token.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

Response message for [DatasetService.ListSavedQueries][mockgcp.cloud.aiplatform.v1beta1.DatasetService.ListSavedQueries].

func (*ListSavedQueriesResponse) Descriptor deprecated

func (*ListSavedQueriesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListSavedQueriesResponse.ProtoReflect.Descriptor instead.

func (*ListSavedQueriesResponse) GetNextPageToken

func (x *ListSavedQueriesResponse) GetNextPageToken() string

func (*ListSavedQueriesResponse) GetSavedQueries

func (x *ListSavedQueriesResponse) GetSavedQueries() []*SavedQuery

func (*ListSavedQueriesResponse) ProtoMessage

func (*ListSavedQueriesResponse) ProtoMessage()

func (*ListSavedQueriesResponse) ProtoReflect

func (x *ListSavedQueriesResponse) ProtoReflect() protoreflect.Message

func (*ListSavedQueriesResponse) Reset

func (x *ListSavedQueriesResponse) Reset()

func (*ListSavedQueriesResponse) String

func (x *ListSavedQueriesResponse) String() string

type ListTensorboardExperimentsRequest

type ListTensorboardExperimentsRequest struct {

	// Required. The resource name of the Tensorboard to list
	// TensorboardExperiments. Format:
	// `projects/{project}/locations/{location}/tensorboards/{tensorboard}`
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Lists the TensorboardExperiments that match the filter expression.
	Filter string `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"`
	// The maximum number of TensorboardExperiments to return. The service may
	// return fewer than this value. If unspecified, at most 50
	// TensorboardExperiments are returned. The maximum value is 1000; values
	// above 1000 are coerced to 1000.
	PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// A page token, received from a previous
	// [TensorboardService.ListTensorboardExperiments][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.ListTensorboardExperiments]
	// call. Provide this to retrieve the subsequent page.
	//
	// When paginating, all other parameters provided to
	// [TensorboardService.ListTensorboardExperiments][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.ListTensorboardExperiments]
	// must match the call that provided the page token.
	PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// Field to use to sort the list.
	OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// Mask specifying which fields to read.
	ReadMask *field_mask.FieldMask `protobuf:"bytes,6,opt,name=read_mask,json=readMask,proto3" json:"read_mask,omitempty"`
	// contains filtered or unexported fields
}

Request message for [TensorboardService.ListTensorboardExperiments][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.ListTensorboardExperiments].

func (*ListTensorboardExperimentsRequest) Descriptor deprecated

func (*ListTensorboardExperimentsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListTensorboardExperimentsRequest.ProtoReflect.Descriptor instead.

func (*ListTensorboardExperimentsRequest) GetFilter

func (*ListTensorboardExperimentsRequest) GetOrderBy

func (x *ListTensorboardExperimentsRequest) GetOrderBy() string

func (*ListTensorboardExperimentsRequest) GetPageSize

func (x *ListTensorboardExperimentsRequest) GetPageSize() int32

func (*ListTensorboardExperimentsRequest) GetPageToken

func (x *ListTensorboardExperimentsRequest) GetPageToken() string

func (*ListTensorboardExperimentsRequest) GetParent

func (*ListTensorboardExperimentsRequest) GetReadMask

func (*ListTensorboardExperimentsRequest) ProtoMessage

func (*ListTensorboardExperimentsRequest) ProtoMessage()

func (*ListTensorboardExperimentsRequest) ProtoReflect

func (*ListTensorboardExperimentsRequest) Reset

func (*ListTensorboardExperimentsRequest) String

type ListTensorboardExperimentsResponse

type ListTensorboardExperimentsResponse struct {

	// The TensorboardExperiments mathching the request.
	TensorboardExperiments []*TensorboardExperiment `` /* 127-byte string literal not displayed */
	// A token, which can be sent as
	// [ListTensorboardExperimentsRequest.page_token][mockgcp.cloud.aiplatform.v1beta1.ListTensorboardExperimentsRequest.page_token]
	// to retrieve the next page. If this field is omitted, there are no
	// subsequent pages.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

Response message for [TensorboardService.ListTensorboardExperiments][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.ListTensorboardExperiments].

func (*ListTensorboardExperimentsResponse) Descriptor deprecated

func (*ListTensorboardExperimentsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListTensorboardExperimentsResponse.ProtoReflect.Descriptor instead.

func (*ListTensorboardExperimentsResponse) GetNextPageToken

func (x *ListTensorboardExperimentsResponse) GetNextPageToken() string

func (*ListTensorboardExperimentsResponse) GetTensorboardExperiments

func (x *ListTensorboardExperimentsResponse) GetTensorboardExperiments() []*TensorboardExperiment

func (*ListTensorboardExperimentsResponse) ProtoMessage

func (*ListTensorboardExperimentsResponse) ProtoMessage()

func (*ListTensorboardExperimentsResponse) ProtoReflect

func (*ListTensorboardExperimentsResponse) Reset

func (*ListTensorboardExperimentsResponse) String

type ListTensorboardRunsRequest

type ListTensorboardRunsRequest struct {

	// Required. The resource name of the TensorboardExperiment to list
	// TensorboardRuns. Format:
	// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}`
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Lists the TensorboardRuns that match the filter expression.
	Filter string `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"`
	// The maximum number of TensorboardRuns to return. The service may return
	// fewer than this value. If unspecified, at most 50 TensorboardRuns are
	// returned. The maximum value is 1000; values above 1000 are coerced to
	// 1000.
	PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// A page token, received from a previous
	// [TensorboardService.ListTensorboardRuns][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.ListTensorboardRuns]
	// call. Provide this to retrieve the subsequent page.
	//
	// When paginating, all other parameters provided to
	// [TensorboardService.ListTensorboardRuns][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.ListTensorboardRuns]
	// must match the call that provided the page token.
	PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// Field to use to sort the list.
	OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// Mask specifying which fields to read.
	ReadMask *field_mask.FieldMask `protobuf:"bytes,6,opt,name=read_mask,json=readMask,proto3" json:"read_mask,omitempty"`
	// contains filtered or unexported fields
}

Request message for [TensorboardService.ListTensorboardRuns][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.ListTensorboardRuns].

func (*ListTensorboardRunsRequest) Descriptor deprecated

func (*ListTensorboardRunsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListTensorboardRunsRequest.ProtoReflect.Descriptor instead.

func (*ListTensorboardRunsRequest) GetFilter

func (x *ListTensorboardRunsRequest) GetFilter() string

func (*ListTensorboardRunsRequest) GetOrderBy

func (x *ListTensorboardRunsRequest) GetOrderBy() string

func (*ListTensorboardRunsRequest) GetPageSize

func (x *ListTensorboardRunsRequest) GetPageSize() int32

func (*ListTensorboardRunsRequest) GetPageToken

func (x *ListTensorboardRunsRequest) GetPageToken() string

func (*ListTensorboardRunsRequest) GetParent

func (x *ListTensorboardRunsRequest) GetParent() string

func (*ListTensorboardRunsRequest) GetReadMask

func (*ListTensorboardRunsRequest) ProtoMessage

func (*ListTensorboardRunsRequest) ProtoMessage()

func (*ListTensorboardRunsRequest) ProtoReflect

func (*ListTensorboardRunsRequest) Reset

func (x *ListTensorboardRunsRequest) Reset()

func (*ListTensorboardRunsRequest) String

func (x *ListTensorboardRunsRequest) String() string

type ListTensorboardRunsResponse

type ListTensorboardRunsResponse struct {

	// The TensorboardRuns mathching the request.
	TensorboardRuns []*TensorboardRun `protobuf:"bytes,1,rep,name=tensorboard_runs,json=tensorboardRuns,proto3" json:"tensorboard_runs,omitempty"`
	// A token, which can be sent as
	// [ListTensorboardRunsRequest.page_token][mockgcp.cloud.aiplatform.v1beta1.ListTensorboardRunsRequest.page_token]
	// to retrieve the next page. If this field is omitted, there are no
	// subsequent pages.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

Response message for [TensorboardService.ListTensorboardRuns][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.ListTensorboardRuns].

func (*ListTensorboardRunsResponse) Descriptor deprecated

func (*ListTensorboardRunsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListTensorboardRunsResponse.ProtoReflect.Descriptor instead.

func (*ListTensorboardRunsResponse) GetNextPageToken

func (x *ListTensorboardRunsResponse) GetNextPageToken() string

func (*ListTensorboardRunsResponse) GetTensorboardRuns

func (x *ListTensorboardRunsResponse) GetTensorboardRuns() []*TensorboardRun

func (*ListTensorboardRunsResponse) ProtoMessage

func (*ListTensorboardRunsResponse) ProtoMessage()

func (*ListTensorboardRunsResponse) ProtoReflect

func (*ListTensorboardRunsResponse) Reset

func (x *ListTensorboardRunsResponse) Reset()

func (*ListTensorboardRunsResponse) String

func (x *ListTensorboardRunsResponse) String() string

type ListTensorboardTimeSeriesRequest

type ListTensorboardTimeSeriesRequest struct {

	// Required. The resource name of the TensorboardRun to list
	// TensorboardTimeSeries. Format:
	// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}`
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Lists the TensorboardTimeSeries that match the filter expression.
	Filter string `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"`
	// The maximum number of TensorboardTimeSeries to return. The service may
	// return fewer than this value. If unspecified, at most 50
	// TensorboardTimeSeries are returned. The maximum value is 1000; values
	// above 1000 are coerced to 1000.
	PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// A page token, received from a previous
	// [TensorboardService.ListTensorboardTimeSeries][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.ListTensorboardTimeSeries]
	// call. Provide this to retrieve the subsequent page.
	//
	// When paginating, all other parameters provided to
	// [TensorboardService.ListTensorboardTimeSeries][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.ListTensorboardTimeSeries]
	// must match the call that provided the page token.
	PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// Field to use to sort the list.
	OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// Mask specifying which fields to read.
	ReadMask *field_mask.FieldMask `protobuf:"bytes,6,opt,name=read_mask,json=readMask,proto3" json:"read_mask,omitempty"`
	// contains filtered or unexported fields
}

Request message for [TensorboardService.ListTensorboardTimeSeries][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.ListTensorboardTimeSeries].

func (*ListTensorboardTimeSeriesRequest) Descriptor deprecated

func (*ListTensorboardTimeSeriesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListTensorboardTimeSeriesRequest.ProtoReflect.Descriptor instead.

func (*ListTensorboardTimeSeriesRequest) GetFilter

func (*ListTensorboardTimeSeriesRequest) GetOrderBy

func (x *ListTensorboardTimeSeriesRequest) GetOrderBy() string

func (*ListTensorboardTimeSeriesRequest) GetPageSize

func (x *ListTensorboardTimeSeriesRequest) GetPageSize() int32

func (*ListTensorboardTimeSeriesRequest) GetPageToken

func (x *ListTensorboardTimeSeriesRequest) GetPageToken() string

func (*ListTensorboardTimeSeriesRequest) GetParent

func (*ListTensorboardTimeSeriesRequest) GetReadMask

func (*ListTensorboardTimeSeriesRequest) ProtoMessage

func (*ListTensorboardTimeSeriesRequest) ProtoMessage()

func (*ListTensorboardTimeSeriesRequest) ProtoReflect

func (*ListTensorboardTimeSeriesRequest) Reset

func (*ListTensorboardTimeSeriesRequest) String

type ListTensorboardTimeSeriesResponse

type ListTensorboardTimeSeriesResponse struct {

	// The TensorboardTimeSeries mathching the request.
	TensorboardTimeSeries []*TensorboardTimeSeries `` /* 126-byte string literal not displayed */
	// A token, which can be sent as
	// [ListTensorboardTimeSeriesRequest.page_token][mockgcp.cloud.aiplatform.v1beta1.ListTensorboardTimeSeriesRequest.page_token]
	// to retrieve the next page. If this field is omitted, there are no
	// subsequent pages.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

Response message for [TensorboardService.ListTensorboardTimeSeries][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.ListTensorboardTimeSeries].

func (*ListTensorboardTimeSeriesResponse) Descriptor deprecated

func (*ListTensorboardTimeSeriesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListTensorboardTimeSeriesResponse.ProtoReflect.Descriptor instead.

func (*ListTensorboardTimeSeriesResponse) GetNextPageToken

func (x *ListTensorboardTimeSeriesResponse) GetNextPageToken() string

func (*ListTensorboardTimeSeriesResponse) GetTensorboardTimeSeries

func (x *ListTensorboardTimeSeriesResponse) GetTensorboardTimeSeries() []*TensorboardTimeSeries

func (*ListTensorboardTimeSeriesResponse) ProtoMessage

func (*ListTensorboardTimeSeriesResponse) ProtoMessage()

func (*ListTensorboardTimeSeriesResponse) ProtoReflect

func (*ListTensorboardTimeSeriesResponse) Reset

func (*ListTensorboardTimeSeriesResponse) String

type ListTensorboardsRequest

type ListTensorboardsRequest struct {

	// Required. The resource name of the Location to list Tensorboards.
	// Format:
	// `projects/{project}/locations/{location}`
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Lists the Tensorboards that match the filter expression.
	Filter string `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"`
	// The maximum number of Tensorboards to return. The service may return
	// fewer than this value. If unspecified, at most 100 Tensorboards are
	// returned. The maximum value is 100; values above 100 are coerced to
	// 100.
	PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// A page token, received from a previous
	// [TensorboardService.ListTensorboards][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.ListTensorboards]
	// call. Provide this to retrieve the subsequent page.
	//
	// When paginating, all other parameters provided to
	// [TensorboardService.ListTensorboards][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.ListTensorboards]
	// must match the call that provided the page token.
	PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// Field to use to sort the list.
	OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// Mask specifying which fields to read.
	ReadMask *field_mask.FieldMask `protobuf:"bytes,6,opt,name=read_mask,json=readMask,proto3" json:"read_mask,omitempty"`
	// contains filtered or unexported fields
}

Request message for [TensorboardService.ListTensorboards][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.ListTensorboards].

func (*ListTensorboardsRequest) Descriptor deprecated

func (*ListTensorboardsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListTensorboardsRequest.ProtoReflect.Descriptor instead.

func (*ListTensorboardsRequest) GetFilter

func (x *ListTensorboardsRequest) GetFilter() string

func (*ListTensorboardsRequest) GetOrderBy

func (x *ListTensorboardsRequest) GetOrderBy() string

func (*ListTensorboardsRequest) GetPageSize

func (x *ListTensorboardsRequest) GetPageSize() int32

func (*ListTensorboardsRequest) GetPageToken

func (x *ListTensorboardsRequest) GetPageToken() string

func (*ListTensorboardsRequest) GetParent

func (x *ListTensorboardsRequest) GetParent() string

func (*ListTensorboardsRequest) GetReadMask

func (x *ListTensorboardsRequest) GetReadMask() *field_mask.FieldMask

func (*ListTensorboardsRequest) ProtoMessage

func (*ListTensorboardsRequest) ProtoMessage()

func (*ListTensorboardsRequest) ProtoReflect

func (x *ListTensorboardsRequest) ProtoReflect() protoreflect.Message

func (*ListTensorboardsRequest) Reset

func (x *ListTensorboardsRequest) Reset()

func (*ListTensorboardsRequest) String

func (x *ListTensorboardsRequest) String() string

type ListTensorboardsResponse

type ListTensorboardsResponse struct {

	// The Tensorboards mathching the request.
	Tensorboards []*Tensorboard `protobuf:"bytes,1,rep,name=tensorboards,proto3" json:"tensorboards,omitempty"`
	// A token, which can be sent as
	// [ListTensorboardsRequest.page_token][mockgcp.cloud.aiplatform.v1beta1.ListTensorboardsRequest.page_token]
	// to retrieve the next page. If this field is omitted, there are no
	// subsequent pages.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

Response message for [TensorboardService.ListTensorboards][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.ListTensorboards].

func (*ListTensorboardsResponse) Descriptor deprecated

func (*ListTensorboardsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListTensorboardsResponse.ProtoReflect.Descriptor instead.

func (*ListTensorboardsResponse) GetNextPageToken

func (x *ListTensorboardsResponse) GetNextPageToken() string

func (*ListTensorboardsResponse) GetTensorboards

func (x *ListTensorboardsResponse) GetTensorboards() []*Tensorboard

func (*ListTensorboardsResponse) ProtoMessage

func (*ListTensorboardsResponse) ProtoMessage()

func (*ListTensorboardsResponse) ProtoReflect

func (x *ListTensorboardsResponse) ProtoReflect() protoreflect.Message

func (*ListTensorboardsResponse) Reset

func (x *ListTensorboardsResponse) Reset()

func (*ListTensorboardsResponse) String

func (x *ListTensorboardsResponse) String() string

type ReadTensorboardBlobDataRequest

type ReadTensorboardBlobDataRequest struct {

	// Required. The resource name of the TensorboardTimeSeries to list Blobs.
	// Format:
	// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}`
	TimeSeries string `protobuf:"bytes,1,opt,name=time_series,json=timeSeries,proto3" json:"time_series,omitempty"`
	// IDs of the blobs to read.
	BlobIds []string `protobuf:"bytes,2,rep,name=blob_ids,json=blobIds,proto3" json:"blob_ids,omitempty"`
	// contains filtered or unexported fields
}

Request message for [TensorboardService.ReadTensorboardBlobData][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.ReadTensorboardBlobData].

func (*ReadTensorboardBlobDataRequest) Descriptor deprecated

func (*ReadTensorboardBlobDataRequest) Descriptor() ([]byte, []int)

Deprecated: Use ReadTensorboardBlobDataRequest.ProtoReflect.Descriptor instead.

func (*ReadTensorboardBlobDataRequest) GetBlobIds

func (x *ReadTensorboardBlobDataRequest) GetBlobIds() []string

func (*ReadTensorboardBlobDataRequest) GetTimeSeries

func (x *ReadTensorboardBlobDataRequest) GetTimeSeries() string

func (*ReadTensorboardBlobDataRequest) ProtoMessage

func (*ReadTensorboardBlobDataRequest) ProtoMessage()

func (*ReadTensorboardBlobDataRequest) ProtoReflect

func (*ReadTensorboardBlobDataRequest) Reset

func (x *ReadTensorboardBlobDataRequest) Reset()

func (*ReadTensorboardBlobDataRequest) String

type ReadTensorboardBlobDataResponse

type ReadTensorboardBlobDataResponse struct {

	// Blob messages containing blob bytes.
	Blobs []*TensorboardBlob `protobuf:"bytes,1,rep,name=blobs,proto3" json:"blobs,omitempty"`
	// contains filtered or unexported fields
}

Response message for [TensorboardService.ReadTensorboardBlobData][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.ReadTensorboardBlobData].

func (*ReadTensorboardBlobDataResponse) Descriptor deprecated

func (*ReadTensorboardBlobDataResponse) Descriptor() ([]byte, []int)

Deprecated: Use ReadTensorboardBlobDataResponse.ProtoReflect.Descriptor instead.

func (*ReadTensorboardBlobDataResponse) GetBlobs

func (*ReadTensorboardBlobDataResponse) ProtoMessage

func (*ReadTensorboardBlobDataResponse) ProtoMessage()

func (*ReadTensorboardBlobDataResponse) ProtoReflect

func (*ReadTensorboardBlobDataResponse) Reset

func (*ReadTensorboardBlobDataResponse) String

type ReadTensorboardSizeRequest

type ReadTensorboardSizeRequest struct {

	// Required. The name of the Tensorboard resource.
	// Format:
	// `projects/{project}/locations/{location}/tensorboards/{tensorboard}`
	Tensorboard string `protobuf:"bytes,1,opt,name=tensorboard,proto3" json:"tensorboard,omitempty"`
	// contains filtered or unexported fields
}

Request message for [TensorboardService.ReadTensorboardSize][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.ReadTensorboardSize].

func (*ReadTensorboardSizeRequest) Descriptor deprecated

func (*ReadTensorboardSizeRequest) Descriptor() ([]byte, []int)

Deprecated: Use ReadTensorboardSizeRequest.ProtoReflect.Descriptor instead.

func (*ReadTensorboardSizeRequest) GetTensorboard

func (x *ReadTensorboardSizeRequest) GetTensorboard() string

func (*ReadTensorboardSizeRequest) ProtoMessage

func (*ReadTensorboardSizeRequest) ProtoMessage()

func (*ReadTensorboardSizeRequest) ProtoReflect

func (*ReadTensorboardSizeRequest) Reset

func (x *ReadTensorboardSizeRequest) Reset()

func (*ReadTensorboardSizeRequest) String

func (x *ReadTensorboardSizeRequest) String() string

type ReadTensorboardSizeResponse

type ReadTensorboardSizeResponse struct {

	// Payload storage size for the TensorBoard
	StorageSizeByte int64 `protobuf:"varint,1,opt,name=storage_size_byte,json=storageSizeByte,proto3" json:"storage_size_byte,omitempty"`
	// contains filtered or unexported fields
}

Response message for [TensorboardService.ReadTensorboardSize][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.ReadTensorboardSize].

func (*ReadTensorboardSizeResponse) Descriptor deprecated

func (*ReadTensorboardSizeResponse) Descriptor() ([]byte, []int)

Deprecated: Use ReadTensorboardSizeResponse.ProtoReflect.Descriptor instead.

func (*ReadTensorboardSizeResponse) GetStorageSizeByte

func (x *ReadTensorboardSizeResponse) GetStorageSizeByte() int64

func (*ReadTensorboardSizeResponse) ProtoMessage

func (*ReadTensorboardSizeResponse) ProtoMessage()

func (*ReadTensorboardSizeResponse) ProtoReflect

func (*ReadTensorboardSizeResponse) Reset

func (x *ReadTensorboardSizeResponse) Reset()

func (*ReadTensorboardSizeResponse) String

func (x *ReadTensorboardSizeResponse) String() string

type ReadTensorboardTimeSeriesDataRequest

type ReadTensorboardTimeSeriesDataRequest struct {

	// Required. The resource name of the TensorboardTimeSeries to read data from.
	// Format:
	// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}`
	TensorboardTimeSeries string `` /* 126-byte string literal not displayed */
	// The maximum number of TensorboardTimeSeries' data to return.
	//
	// This value should be a positive integer.
	// This value can be set to -1 to return all data.
	MaxDataPoints int32 `protobuf:"varint,2,opt,name=max_data_points,json=maxDataPoints,proto3" json:"max_data_points,omitempty"`
	// Reads the TensorboardTimeSeries' data that match the filter expression.
	Filter string `protobuf:"bytes,3,opt,name=filter,proto3" json:"filter,omitempty"`
	// contains filtered or unexported fields
}

Request message for [TensorboardService.ReadTensorboardTimeSeriesData][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.ReadTensorboardTimeSeriesData].

func (*ReadTensorboardTimeSeriesDataRequest) Descriptor deprecated

func (*ReadTensorboardTimeSeriesDataRequest) Descriptor() ([]byte, []int)

Deprecated: Use ReadTensorboardTimeSeriesDataRequest.ProtoReflect.Descriptor instead.

func (*ReadTensorboardTimeSeriesDataRequest) GetFilter

func (*ReadTensorboardTimeSeriesDataRequest) GetMaxDataPoints

func (x *ReadTensorboardTimeSeriesDataRequest) GetMaxDataPoints() int32

func (*ReadTensorboardTimeSeriesDataRequest) GetTensorboardTimeSeries

func (x *ReadTensorboardTimeSeriesDataRequest) GetTensorboardTimeSeries() string

func (*ReadTensorboardTimeSeriesDataRequest) ProtoMessage

func (*ReadTensorboardTimeSeriesDataRequest) ProtoMessage()

func (*ReadTensorboardTimeSeriesDataRequest) ProtoReflect

func (*ReadTensorboardTimeSeriesDataRequest) Reset

func (*ReadTensorboardTimeSeriesDataRequest) String

type ReadTensorboardTimeSeriesDataResponse

type ReadTensorboardTimeSeriesDataResponse struct {

	// The returned time series data.
	TimeSeriesData *TimeSeriesData `protobuf:"bytes,1,opt,name=time_series_data,json=timeSeriesData,proto3" json:"time_series_data,omitempty"`
	// contains filtered or unexported fields
}

Response message for [TensorboardService.ReadTensorboardTimeSeriesData][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.ReadTensorboardTimeSeriesData].

func (*ReadTensorboardTimeSeriesDataResponse) Descriptor deprecated

func (*ReadTensorboardTimeSeriesDataResponse) Descriptor() ([]byte, []int)

Deprecated: Use ReadTensorboardTimeSeriesDataResponse.ProtoReflect.Descriptor instead.

func (*ReadTensorboardTimeSeriesDataResponse) GetTimeSeriesData

func (x *ReadTensorboardTimeSeriesDataResponse) GetTimeSeriesData() *TimeSeriesData

func (*ReadTensorboardTimeSeriesDataResponse) ProtoMessage

func (*ReadTensorboardTimeSeriesDataResponse) ProtoMessage()

func (*ReadTensorboardTimeSeriesDataResponse) ProtoReflect

func (*ReadTensorboardTimeSeriesDataResponse) Reset

func (*ReadTensorboardTimeSeriesDataResponse) String

type ReadTensorboardUsageRequest

type ReadTensorboardUsageRequest struct {

	// Required. The name of the Tensorboard resource.
	// Format:
	// `projects/{project}/locations/{location}/tensorboards/{tensorboard}`
	Tensorboard string `protobuf:"bytes,1,opt,name=tensorboard,proto3" json:"tensorboard,omitempty"`
	// contains filtered or unexported fields
}

Request message for [TensorboardService.ReadTensorboardUsage][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.ReadTensorboardUsage].

func (*ReadTensorboardUsageRequest) Descriptor deprecated

func (*ReadTensorboardUsageRequest) Descriptor() ([]byte, []int)

Deprecated: Use ReadTensorboardUsageRequest.ProtoReflect.Descriptor instead.

func (*ReadTensorboardUsageRequest) GetTensorboard

func (x *ReadTensorboardUsageRequest) GetTensorboard() string

func (*ReadTensorboardUsageRequest) ProtoMessage

func (*ReadTensorboardUsageRequest) ProtoMessage()

func (*ReadTensorboardUsageRequest) ProtoReflect

func (*ReadTensorboardUsageRequest) Reset

func (x *ReadTensorboardUsageRequest) Reset()

func (*ReadTensorboardUsageRequest) String

func (x *ReadTensorboardUsageRequest) String() string

type ReadTensorboardUsageResponse

type ReadTensorboardUsageResponse struct {

	// Maps year-month (YYYYMM) string to per month usage data.
	MonthlyUsageData map[string]*ReadTensorboardUsageResponse_PerMonthUsageData `` /* 199-byte string literal not displayed */
	// contains filtered or unexported fields
}

Response message for [TensorboardService.ReadTensorboardUsage][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.ReadTensorboardUsage].

func (*ReadTensorboardUsageResponse) Descriptor deprecated

func (*ReadTensorboardUsageResponse) Descriptor() ([]byte, []int)

Deprecated: Use ReadTensorboardUsageResponse.ProtoReflect.Descriptor instead.

func (*ReadTensorboardUsageResponse) GetMonthlyUsageData

func (*ReadTensorboardUsageResponse) ProtoMessage

func (*ReadTensorboardUsageResponse) ProtoMessage()

func (*ReadTensorboardUsageResponse) ProtoReflect

func (*ReadTensorboardUsageResponse) Reset

func (x *ReadTensorboardUsageResponse) Reset()

func (*ReadTensorboardUsageResponse) String

type ReadTensorboardUsageResponse_PerMonthUsageData

type ReadTensorboardUsageResponse_PerMonthUsageData struct {

	// Usage data for each user in the given month.
	UserUsageData []*ReadTensorboardUsageResponse_PerUserUsageData `protobuf:"bytes,1,rep,name=user_usage_data,json=userUsageData,proto3" json:"user_usage_data,omitempty"`
	// contains filtered or unexported fields
}

Per month usage data

func (*ReadTensorboardUsageResponse_PerMonthUsageData) Descriptor deprecated

Deprecated: Use ReadTensorboardUsageResponse_PerMonthUsageData.ProtoReflect.Descriptor instead.

func (*ReadTensorboardUsageResponse_PerMonthUsageData) GetUserUsageData

func (*ReadTensorboardUsageResponse_PerMonthUsageData) ProtoMessage

func (*ReadTensorboardUsageResponse_PerMonthUsageData) ProtoReflect

func (*ReadTensorboardUsageResponse_PerMonthUsageData) Reset

func (*ReadTensorboardUsageResponse_PerMonthUsageData) String

type ReadTensorboardUsageResponse_PerUserUsageData

type ReadTensorboardUsageResponse_PerUserUsageData struct {

	// User's username
	Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	// Number of times the user has read data within the Tensorboard.
	ViewCount int64 `protobuf:"varint,2,opt,name=view_count,json=viewCount,proto3" json:"view_count,omitempty"`
	// contains filtered or unexported fields
}

Per user usage data.

func (*ReadTensorboardUsageResponse_PerUserUsageData) Descriptor deprecated

Deprecated: Use ReadTensorboardUsageResponse_PerUserUsageData.ProtoReflect.Descriptor instead.

func (*ReadTensorboardUsageResponse_PerUserUsageData) GetUsername

func (*ReadTensorboardUsageResponse_PerUserUsageData) GetViewCount

func (*ReadTensorboardUsageResponse_PerUserUsageData) ProtoMessage

func (*ReadTensorboardUsageResponse_PerUserUsageData) ProtoReflect

func (*ReadTensorboardUsageResponse_PerUserUsageData) Reset

func (*ReadTensorboardUsageResponse_PerUserUsageData) String

type RestoreDatasetVersionOperationMetadata

type RestoreDatasetVersionOperationMetadata struct {

	// The common part of the operation metadata.
	GenericMetadata *GenericOperationMetadata `protobuf:"bytes,1,opt,name=generic_metadata,json=genericMetadata,proto3" json:"generic_metadata,omitempty"`
	// contains filtered or unexported fields
}

Runtime operation information for [DatasetService.RestoreDatasetVersion][mockgcp.cloud.aiplatform.v1beta1.DatasetService.RestoreDatasetVersion].

func (*RestoreDatasetVersionOperationMetadata) Descriptor deprecated

func (*RestoreDatasetVersionOperationMetadata) Descriptor() ([]byte, []int)

Deprecated: Use RestoreDatasetVersionOperationMetadata.ProtoReflect.Descriptor instead.

func (*RestoreDatasetVersionOperationMetadata) GetGenericMetadata

func (*RestoreDatasetVersionOperationMetadata) ProtoMessage

func (*RestoreDatasetVersionOperationMetadata) ProtoReflect

func (*RestoreDatasetVersionOperationMetadata) Reset

func (*RestoreDatasetVersionOperationMetadata) String

type RestoreDatasetVersionRequest

type RestoreDatasetVersionRequest struct {

	// Required. The name of the DatasetVersion resource.
	// Format:
	// `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}`
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request message for [DatasetService.RestoreDatasetVersion][mockgcp.cloud.aiplatform.v1beta1.DatasetService.RestoreDatasetVersion].

func (*RestoreDatasetVersionRequest) Descriptor deprecated

func (*RestoreDatasetVersionRequest) Descriptor() ([]byte, []int)

Deprecated: Use RestoreDatasetVersionRequest.ProtoReflect.Descriptor instead.

func (*RestoreDatasetVersionRequest) GetName

func (x *RestoreDatasetVersionRequest) GetName() string

func (*RestoreDatasetVersionRequest) ProtoMessage

func (*RestoreDatasetVersionRequest) ProtoMessage()

func (*RestoreDatasetVersionRequest) ProtoReflect

func (*RestoreDatasetVersionRequest) Reset

func (x *RestoreDatasetVersionRequest) Reset()

func (*RestoreDatasetVersionRequest) String

type SavedQuery

type SavedQuery struct {

	// Output only. Resource name of the SavedQuery.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Required. The user-defined name of the SavedQuery.
	// The name can be up to 128 characters long and can consist of any UTF-8
	// characters.
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// Some additional information about the SavedQuery.
	Metadata *_struct.Value `protobuf:"bytes,12,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// Output only. Timestamp when this SavedQuery was created.
	CreateTime *timestamp.Timestamp `protobuf:"bytes,3,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// Output only. Timestamp when SavedQuery was last updated.
	UpdateTime *timestamp.Timestamp `protobuf:"bytes,4,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// Output only. Filters on the Annotations in the dataset.
	AnnotationFilter string `protobuf:"bytes,5,opt,name=annotation_filter,json=annotationFilter,proto3" json:"annotation_filter,omitempty"`
	// Required. Problem type of the SavedQuery.
	// Allowed values:
	//
	// * IMAGE_CLASSIFICATION_SINGLE_LABEL
	// * IMAGE_CLASSIFICATION_MULTI_LABEL
	// * IMAGE_BOUNDING_POLY
	// * IMAGE_BOUNDING_BOX
	// * TEXT_CLASSIFICATION_SINGLE_LABEL
	// * TEXT_CLASSIFICATION_MULTI_LABEL
	// * TEXT_EXTRACTION
	// * TEXT_SENTIMENT
	// * VIDEO_CLASSIFICATION
	// * VIDEO_OBJECT_TRACKING
	ProblemType string `protobuf:"bytes,6,opt,name=problem_type,json=problemType,proto3" json:"problem_type,omitempty"`
	// Output only. Number of AnnotationSpecs in the context of the SavedQuery.
	AnnotationSpecCount int32 `protobuf:"varint,10,opt,name=annotation_spec_count,json=annotationSpecCount,proto3" json:"annotation_spec_count,omitempty"`
	// Used to perform a consistent read-modify-write update. If not set, a blind
	// "overwrite" update happens.
	Etag string `protobuf:"bytes,8,opt,name=etag,proto3" json:"etag,omitempty"`
	// Output only. If the Annotations belonging to the SavedQuery can be used for
	// AutoML training.
	SupportAutomlTraining bool `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

A SavedQuery is a view of the dataset. It references a subset of annotations by problem type and filters.

func (*SavedQuery) Descriptor deprecated

func (*SavedQuery) Descriptor() ([]byte, []int)

Deprecated: Use SavedQuery.ProtoReflect.Descriptor instead.

func (*SavedQuery) GetAnnotationFilter

func (x *SavedQuery) GetAnnotationFilter() string

func (*SavedQuery) GetAnnotationSpecCount

func (x *SavedQuery) GetAnnotationSpecCount() int32

func (*SavedQuery) GetCreateTime

func (x *SavedQuery) GetCreateTime() *timestamp.Timestamp

func (*SavedQuery) GetDisplayName

func (x *SavedQuery) GetDisplayName() string

func (*SavedQuery) GetEtag

func (x *SavedQuery) GetEtag() string

func (*SavedQuery) GetMetadata

func (x *SavedQuery) GetMetadata() *_struct.Value

func (*SavedQuery) GetName

func (x *SavedQuery) GetName() string

func (*SavedQuery) GetProblemType

func (x *SavedQuery) GetProblemType() string

func (*SavedQuery) GetSupportAutomlTraining

func (x *SavedQuery) GetSupportAutomlTraining() bool

func (*SavedQuery) GetUpdateTime

func (x *SavedQuery) GetUpdateTime() *timestamp.Timestamp

func (*SavedQuery) ProtoMessage

func (*SavedQuery) ProtoMessage()

func (*SavedQuery) ProtoReflect

func (x *SavedQuery) ProtoReflect() protoreflect.Message

func (*SavedQuery) Reset

func (x *SavedQuery) Reset()

func (*SavedQuery) String

func (x *SavedQuery) String() string

type Scalar

type Scalar struct {

	// Value of the point at this step / timestamp.
	Value float64 `protobuf:"fixed64,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

One point viewable on a scalar metric plot.

func (*Scalar) Descriptor deprecated

func (*Scalar) Descriptor() ([]byte, []int)

Deprecated: Use Scalar.ProtoReflect.Descriptor instead.

func (*Scalar) GetValue

func (x *Scalar) GetValue() float64

func (*Scalar) ProtoMessage

func (*Scalar) ProtoMessage()

func (*Scalar) ProtoReflect

func (x *Scalar) ProtoReflect() protoreflect.Message

func (*Scalar) Reset

func (x *Scalar) Reset()

func (*Scalar) String

func (x *Scalar) String() string

type SearchDataItemsRequest

type SearchDataItemsRequest struct {

	// Types that are assignable to Order:
	//
	//	*SearchDataItemsRequest_OrderByDataItem
	//	*SearchDataItemsRequest_OrderByAnnotation_
	Order isSearchDataItemsRequest_Order `protobuf_oneof:"order"`
	// Required. The resource name of the Dataset from which to search DataItems.
	// Format:
	// `projects/{project}/locations/{location}/datasets/{dataset}`
	Dataset string `protobuf:"bytes,1,opt,name=dataset,proto3" json:"dataset,omitempty"`
	// The resource name of a SavedQuery(annotation set in UI).
	// Format:
	// `projects/{project}/locations/{location}/datasets/{dataset}/savedQueries/{saved_query}`
	// All of the search will be done in the context of this SavedQuery.
	//
	// Deprecated: Do not use.
	SavedQuery string `protobuf:"bytes,2,opt,name=saved_query,json=savedQuery,proto3" json:"saved_query,omitempty"`
	// The resource name of a DataLabelingJob.
	// Format:
	// `projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}`
	// If this field is set, all of the search will be done in the context of
	// this DataLabelingJob.
	DataLabelingJob string `protobuf:"bytes,3,opt,name=data_labeling_job,json=dataLabelingJob,proto3" json:"data_labeling_job,omitempty"`
	// An expression for filtering the DataItem that will be returned.
	//
	//   - `data_item_id` - for = or !=.
	//   - `labeled` - for = or !=.
	//   - `has_annotation(ANNOTATION_SPEC_ID)` - true only for DataItem that
	//     have at least one annotation with annotation_spec_id =
	//     `ANNOTATION_SPEC_ID` in the context of SavedQuery or DataLabelingJob.
	//
	// For example:
	//
	// * `data_item=1`
	// * `has_annotation(5)`
	DataItemFilter string `protobuf:"bytes,4,opt,name=data_item_filter,json=dataItemFilter,proto3" json:"data_item_filter,omitempty"`
	// An expression for filtering the Annotations that will be returned per
	// DataItem.
	//   - `annotation_spec_id` - for = or !=.
	//
	// Deprecated: Do not use.
	AnnotationsFilter string `protobuf:"bytes,5,opt,name=annotations_filter,json=annotationsFilter,proto3" json:"annotations_filter,omitempty"`
	// An expression that specifies what Annotations will be returned per
	// DataItem. Annotations satisfied either of the conditions will be returned.
	//   - `annotation_spec_id` - for = or !=.
	//
	// Must specify `saved_query_id=` - saved query id that annotations should
	// belong to.
	AnnotationFilters []string `protobuf:"bytes,11,rep,name=annotation_filters,json=annotationFilters,proto3" json:"annotation_filters,omitempty"`
	// Mask specifying which fields of
	// [DataItemView][mockgcp.cloud.aiplatform.v1beta1.DataItemView] to read.
	FieldMask *field_mask.FieldMask `protobuf:"bytes,6,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`
	// If set, only up to this many of Annotations will be returned per
	// DataItemView. The maximum value is 1000. If not set, the maximum value will
	// be used.
	AnnotationsLimit int32 `protobuf:"varint,7,opt,name=annotations_limit,json=annotationsLimit,proto3" json:"annotations_limit,omitempty"`
	// Requested page size. Server may return fewer results than requested.
	// Default and maximum page size is 100.
	PageSize int32 `protobuf:"varint,8,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// A comma-separated list of fields to order by, sorted in ascending order.
	// Use "desc" after a field name for descending.
	//
	// Deprecated: Do not use.
	OrderBy string `protobuf:"bytes,9,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// A token identifying a page of results for the server to return
	// Typically obtained via
	// [SearchDataItemsResponse.next_page_token][mockgcp.cloud.aiplatform.v1beta1.SearchDataItemsResponse.next_page_token]
	// of the previous
	// [DatasetService.SearchDataItems][mockgcp.cloud.aiplatform.v1beta1.DatasetService.SearchDataItems]
	// call.
	PageToken string `protobuf:"bytes,10,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// contains filtered or unexported fields
}

Request message for [DatasetService.SearchDataItems][mockgcp.cloud.aiplatform.v1beta1.DatasetService.SearchDataItems].

func (*SearchDataItemsRequest) Descriptor deprecated

func (*SearchDataItemsRequest) Descriptor() ([]byte, []int)

Deprecated: Use SearchDataItemsRequest.ProtoReflect.Descriptor instead.

func (*SearchDataItemsRequest) GetAnnotationFilters

func (x *SearchDataItemsRequest) GetAnnotationFilters() []string

func (*SearchDataItemsRequest) GetAnnotationsFilter deprecated

func (x *SearchDataItemsRequest) GetAnnotationsFilter() string

Deprecated: Do not use.

func (*SearchDataItemsRequest) GetAnnotationsLimit

func (x *SearchDataItemsRequest) GetAnnotationsLimit() int32

func (*SearchDataItemsRequest) GetDataItemFilter

func (x *SearchDataItemsRequest) GetDataItemFilter() string

func (*SearchDataItemsRequest) GetDataLabelingJob

func (x *SearchDataItemsRequest) GetDataLabelingJob() string

func (*SearchDataItemsRequest) GetDataset

func (x *SearchDataItemsRequest) GetDataset() string

func (*SearchDataItemsRequest) GetFieldMask

func (x *SearchDataItemsRequest) GetFieldMask() *field_mask.FieldMask

func (*SearchDataItemsRequest) GetOrder

func (m *SearchDataItemsRequest) GetOrder() isSearchDataItemsRequest_Order

func (*SearchDataItemsRequest) GetOrderBy deprecated

func (x *SearchDataItemsRequest) GetOrderBy() string

Deprecated: Do not use.

func (*SearchDataItemsRequest) GetOrderByAnnotation

func (*SearchDataItemsRequest) GetOrderByDataItem

func (x *SearchDataItemsRequest) GetOrderByDataItem() string

func (*SearchDataItemsRequest) GetPageSize

func (x *SearchDataItemsRequest) GetPageSize() int32

func (*SearchDataItemsRequest) GetPageToken

func (x *SearchDataItemsRequest) GetPageToken() string

func (*SearchDataItemsRequest) GetSavedQuery deprecated

func (x *SearchDataItemsRequest) GetSavedQuery() string

Deprecated: Do not use.

func (*SearchDataItemsRequest) ProtoMessage

func (*SearchDataItemsRequest) ProtoMessage()

func (*SearchDataItemsRequest) ProtoReflect

func (x *SearchDataItemsRequest) ProtoReflect() protoreflect.Message

func (*SearchDataItemsRequest) Reset

func (x *SearchDataItemsRequest) Reset()

func (*SearchDataItemsRequest) String

func (x *SearchDataItemsRequest) String() string

type SearchDataItemsRequest_OrderByAnnotation

type SearchDataItemsRequest_OrderByAnnotation struct {

	// Required. Saved query of the Annotation. Only Annotations belong to this
	// saved query will be considered for ordering.
	SavedQuery string `protobuf:"bytes,1,opt,name=saved_query,json=savedQuery,proto3" json:"saved_query,omitempty"`
	// A comma-separated list of annotation fields to order by, sorted in
	// ascending order. Use "desc" after a field name for descending. Must also
	// specify saved_query.
	OrderBy string `protobuf:"bytes,2,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// contains filtered or unexported fields
}

Expression that allows ranking results based on annotation's property.

func (*SearchDataItemsRequest_OrderByAnnotation) Descriptor deprecated

func (*SearchDataItemsRequest_OrderByAnnotation) Descriptor() ([]byte, []int)

Deprecated: Use SearchDataItemsRequest_OrderByAnnotation.ProtoReflect.Descriptor instead.

func (*SearchDataItemsRequest_OrderByAnnotation) GetOrderBy

func (*SearchDataItemsRequest_OrderByAnnotation) GetSavedQuery

func (*SearchDataItemsRequest_OrderByAnnotation) ProtoMessage

func (*SearchDataItemsRequest_OrderByAnnotation) ProtoReflect

func (*SearchDataItemsRequest_OrderByAnnotation) Reset

func (*SearchDataItemsRequest_OrderByAnnotation) String

type SearchDataItemsRequest_OrderByAnnotation_

type SearchDataItemsRequest_OrderByAnnotation_ struct {
	// Expression that allows ranking results based on annotation's property.
	OrderByAnnotation *SearchDataItemsRequest_OrderByAnnotation `protobuf:"bytes,13,opt,name=order_by_annotation,json=orderByAnnotation,proto3,oneof"`
}

type SearchDataItemsRequest_OrderByDataItem

type SearchDataItemsRequest_OrderByDataItem struct {
	// A comma-separated list of data item fields to order by, sorted in
	// ascending order. Use "desc" after a field name for descending.
	OrderByDataItem string `protobuf:"bytes,12,opt,name=order_by_data_item,json=orderByDataItem,proto3,oneof"`
}

type SearchDataItemsResponse

type SearchDataItemsResponse struct {

	// The DataItemViews read.
	DataItemViews []*DataItemView `protobuf:"bytes,1,rep,name=data_item_views,json=dataItemViews,proto3" json:"data_item_views,omitempty"`
	// A token to retrieve next page of results.
	// Pass to
	// [SearchDataItemsRequest.page_token][mockgcp.cloud.aiplatform.v1beta1.SearchDataItemsRequest.page_token]
	// to obtain that page.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

Response message for [DatasetService.SearchDataItems][mockgcp.cloud.aiplatform.v1beta1.DatasetService.SearchDataItems].

func (*SearchDataItemsResponse) Descriptor deprecated

func (*SearchDataItemsResponse) Descriptor() ([]byte, []int)

Deprecated: Use SearchDataItemsResponse.ProtoReflect.Descriptor instead.

func (*SearchDataItemsResponse) GetDataItemViews

func (x *SearchDataItemsResponse) GetDataItemViews() []*DataItemView

func (*SearchDataItemsResponse) GetNextPageToken

func (x *SearchDataItemsResponse) GetNextPageToken() string

func (*SearchDataItemsResponse) ProtoMessage

func (*SearchDataItemsResponse) ProtoMessage()

func (*SearchDataItemsResponse) ProtoReflect

func (x *SearchDataItemsResponse) ProtoReflect() protoreflect.Message

func (*SearchDataItemsResponse) Reset

func (x *SearchDataItemsResponse) Reset()

func (*SearchDataItemsResponse) String

func (x *SearchDataItemsResponse) String() string

type TFRecordDestination

type TFRecordDestination struct {

	// Required. Google Cloud Storage location.
	GcsDestination *GcsDestination `protobuf:"bytes,1,opt,name=gcs_destination,json=gcsDestination,proto3" json:"gcs_destination,omitempty"`
	// contains filtered or unexported fields
}

The storage details for TFRecord output content.

func (*TFRecordDestination) Descriptor deprecated

func (*TFRecordDestination) Descriptor() ([]byte, []int)

Deprecated: Use TFRecordDestination.ProtoReflect.Descriptor instead.

func (*TFRecordDestination) GetGcsDestination

func (x *TFRecordDestination) GetGcsDestination() *GcsDestination

func (*TFRecordDestination) ProtoMessage

func (*TFRecordDestination) ProtoMessage()

func (*TFRecordDestination) ProtoReflect

func (x *TFRecordDestination) ProtoReflect() protoreflect.Message

func (*TFRecordDestination) Reset

func (x *TFRecordDestination) Reset()

func (*TFRecordDestination) String

func (x *TFRecordDestination) String() string

type Tensorboard

type Tensorboard struct {

	// Output only. Name of the Tensorboard.
	// Format:
	// `projects/{project}/locations/{location}/tensorboards/{tensorboard}`
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Required. User provided name of this Tensorboard.
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// Description of this Tensorboard.
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// Customer-managed encryption key spec for a Tensorboard. If set, this
	// Tensorboard and all sub-resources of this Tensorboard will be secured by
	// this key.
	EncryptionSpec *EncryptionSpec `protobuf:"bytes,11,opt,name=encryption_spec,json=encryptionSpec,proto3" json:"encryption_spec,omitempty"`
	// Output only. Consumer project Cloud Storage path prefix used to store blob
	// data, which can either be a bucket or directory. Does not end with a '/'.
	BlobStoragePathPrefix string `` /* 129-byte string literal not displayed */
	// Output only. The number of Runs stored in this Tensorboard.
	RunCount int32 `protobuf:"varint,5,opt,name=run_count,json=runCount,proto3" json:"run_count,omitempty"`
	// Output only. Timestamp when this Tensorboard was created.
	CreateTime *timestamp.Timestamp `protobuf:"bytes,6,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// Output only. Timestamp when this Tensorboard was last updated.
	UpdateTime *timestamp.Timestamp `protobuf:"bytes,7,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// The labels with user-defined metadata to organize your Tensorboards.
	//
	// Label keys and values can be no longer than 64 characters
	// (Unicode codepoints), can only contain lowercase letters, numeric
	// characters, underscores and dashes. International characters are allowed.
	// No more than 64 user labels can be associated with one Tensorboard
	// (System labels are excluded).
	//
	// See https://goo.gl/xmQnxf for more information and examples of labels.
	// System reserved label keys are prefixed with "aiplatform.googleapis.com/"
	// and are immutable.
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// Used to perform a consistent read-modify-write updates. If not set, a blind
	// "overwrite" update happens.
	Etag string `protobuf:"bytes,9,opt,name=etag,proto3" json:"etag,omitempty"`
	// Used to indicate if the TensorBoard instance is the default one.
	// Each project & region can have at most one default TensorBoard instance.
	// Creation of a default TensorBoard instance and updating an existing
	// TensorBoard instance to be default will mark all other TensorBoard
	// instances (if any) as non default.
	IsDefault bool `protobuf:"varint,12,opt,name=is_default,json=isDefault,proto3" json:"is_default,omitempty"`
	// contains filtered or unexported fields
}

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.

func (*Tensorboard) Descriptor deprecated

func (*Tensorboard) Descriptor() ([]byte, []int)

Deprecated: Use Tensorboard.ProtoReflect.Descriptor instead.

func (*Tensorboard) GetBlobStoragePathPrefix

func (x *Tensorboard) GetBlobStoragePathPrefix() string

func (*Tensorboard) GetCreateTime

func (x *Tensorboard) GetCreateTime() *timestamp.Timestamp

func (*Tensorboard) GetDescription

func (x *Tensorboard) GetDescription() string

func (*Tensorboard) GetDisplayName

func (x *Tensorboard) GetDisplayName() string

func (*Tensorboard) GetEncryptionSpec

func (x *Tensorboard) GetEncryptionSpec() *EncryptionSpec

func (*Tensorboard) GetEtag

func (x *Tensorboard) GetEtag() string

func (*Tensorboard) GetIsDefault

func (x *Tensorboard) GetIsDefault() bool

func (*Tensorboard) GetLabels

func (x *Tensorboard) GetLabels() map[string]string

func (*Tensorboard) GetName

func (x *Tensorboard) GetName() string

func (*Tensorboard) GetRunCount

func (x *Tensorboard) GetRunCount() int32

func (*Tensorboard) GetUpdateTime

func (x *Tensorboard) GetUpdateTime() *timestamp.Timestamp

func (*Tensorboard) ProtoMessage

func (*Tensorboard) ProtoMessage()

func (*Tensorboard) ProtoReflect

func (x *Tensorboard) ProtoReflect() protoreflect.Message

func (*Tensorboard) Reset

func (x *Tensorboard) Reset()

func (*Tensorboard) String

func (x *Tensorboard) String() string

type TensorboardBlob

type TensorboardBlob struct {

	// Output only. A URI safe key uniquely identifying a blob. Can be used to
	// locate the blob stored in the Cloud Storage bucket of the consumer project.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Optional. The bytes of the blob is not present unless it's returned by the
	// ReadTensorboardBlobData endpoint.
	Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

One blob (e.g, image, graph) viewable on a blob metric plot.

func (*TensorboardBlob) Descriptor deprecated

func (*TensorboardBlob) Descriptor() ([]byte, []int)

Deprecated: Use TensorboardBlob.ProtoReflect.Descriptor instead.

func (*TensorboardBlob) GetData

func (x *TensorboardBlob) GetData() []byte

func (*TensorboardBlob) GetId

func (x *TensorboardBlob) GetId() string

func (*TensorboardBlob) ProtoMessage

func (*TensorboardBlob) ProtoMessage()

func (*TensorboardBlob) ProtoReflect

func (x *TensorboardBlob) ProtoReflect() protoreflect.Message

func (*TensorboardBlob) Reset

func (x *TensorboardBlob) Reset()

func (*TensorboardBlob) String

func (x *TensorboardBlob) String() string

type TensorboardBlobSequence

type TensorboardBlobSequence struct {

	// List of blobs contained within the sequence.
	Values []*TensorboardBlob `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

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.

func (*TensorboardBlobSequence) Descriptor deprecated

func (*TensorboardBlobSequence) Descriptor() ([]byte, []int)

Deprecated: Use TensorboardBlobSequence.ProtoReflect.Descriptor instead.

func (*TensorboardBlobSequence) GetValues

func (x *TensorboardBlobSequence) GetValues() []*TensorboardBlob

func (*TensorboardBlobSequence) ProtoMessage

func (*TensorboardBlobSequence) ProtoMessage()

func (*TensorboardBlobSequence) ProtoReflect

func (x *TensorboardBlobSequence) ProtoReflect() protoreflect.Message

func (*TensorboardBlobSequence) Reset

func (x *TensorboardBlobSequence) Reset()

func (*TensorboardBlobSequence) String

func (x *TensorboardBlobSequence) String() string

type TensorboardExperiment

type TensorboardExperiment struct {

	// Output only. Name of the TensorboardExperiment.
	// Format:
	// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}`
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// User provided name of this TensorboardExperiment.
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// Description of this TensorboardExperiment.
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// Output only. Timestamp when this TensorboardExperiment was created.
	CreateTime *timestamp.Timestamp `protobuf:"bytes,4,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// Output only. Timestamp when this TensorboardExperiment was last updated.
	UpdateTime *timestamp.Timestamp `protobuf:"bytes,5,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// The labels with user-defined metadata to organize your
	// TensorboardExperiment.
	//
	// Label keys and values cannot be longer than 64 characters
	// (Unicode codepoints), can only contain lowercase letters, numeric
	// characters, underscores and dashes. International characters are allowed.
	// No more than 64 user labels can be associated with one Dataset (System
	// labels are excluded).
	//
	// See https://goo.gl/xmQnxf for more information and examples of labels.
	// System reserved label keys are prefixed with `aiplatform.googleapis.com/`
	// and are immutable. The following system labels exist for each Dataset:
	//
	//   - `aiplatform.googleapis.com/dataset_metadata_schema`: output only. Its
	//     value is the
	//     [metadata_schema's][mockgcp.cloud.aiplatform.v1beta1.Dataset.metadata_schema_uri]
	//     title.
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// Used to perform consistent read-modify-write updates. If not set, a blind
	// "overwrite" update happens.
	Etag string `protobuf:"bytes,7,opt,name=etag,proto3" json:"etag,omitempty"`
	// Immutable. Source of the TensorboardExperiment. Example: a custom training
	// job.
	Source string `protobuf:"bytes,8,opt,name=source,proto3" json:"source,omitempty"`
	// contains filtered or unexported fields
}

A TensorboardExperiment is a group of TensorboardRuns, that are typically the results of a training job run, in a Tensorboard.

func (*TensorboardExperiment) Descriptor deprecated

func (*TensorboardExperiment) Descriptor() ([]byte, []int)

Deprecated: Use TensorboardExperiment.ProtoReflect.Descriptor instead.

func (*TensorboardExperiment) GetCreateTime

func (x *TensorboardExperiment) GetCreateTime() *timestamp.Timestamp

func (*TensorboardExperiment) GetDescription

func (x *TensorboardExperiment) GetDescription() string

func (*TensorboardExperiment) GetDisplayName

func (x *TensorboardExperiment) GetDisplayName() string

func (*TensorboardExperiment) GetEtag

func (x *TensorboardExperiment) GetEtag() string

func (*TensorboardExperiment) GetLabels

func (x *TensorboardExperiment) GetLabels() map[string]string

func (*TensorboardExperiment) GetName

func (x *TensorboardExperiment) GetName() string

func (*TensorboardExperiment) GetSource

func (x *TensorboardExperiment) GetSource() string

func (*TensorboardExperiment) GetUpdateTime

func (x *TensorboardExperiment) GetUpdateTime() *timestamp.Timestamp

func (*TensorboardExperiment) ProtoMessage

func (*TensorboardExperiment) ProtoMessage()

func (*TensorboardExperiment) ProtoReflect

func (x *TensorboardExperiment) ProtoReflect() protoreflect.Message

func (*TensorboardExperiment) Reset

func (x *TensorboardExperiment) Reset()

func (*TensorboardExperiment) String

func (x *TensorboardExperiment) String() string

type TensorboardRun

type TensorboardRun struct {

	// Output only. Name of the TensorboardRun.
	// Format:
	// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}`
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Required. User provided name of this TensorboardRun.
	// This value must be unique among all TensorboardRuns
	// belonging to the same parent TensorboardExperiment.
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// Description of this TensorboardRun.
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// Output only. Timestamp when this TensorboardRun was created.
	CreateTime *timestamp.Timestamp `protobuf:"bytes,6,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// Output only. Timestamp when this TensorboardRun was last updated.
	UpdateTime *timestamp.Timestamp `protobuf:"bytes,7,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// The labels with user-defined metadata to organize your TensorboardRuns.
	//
	// This field will be used to filter and visualize Runs in the Tensorboard UI.
	// For example, a Vertex AI training job can set a label
	// aiplatform.googleapis.com/training_job_id=xxxxx to all the runs created
	// within that job. An end user can set a label experiment_id=xxxxx for all
	// the runs produced in a Jupyter notebook. These runs can be grouped by a
	// label value and visualized together in the Tensorboard UI.
	//
	// Label keys and values can be no longer than 64 characters
	// (Unicode codepoints), can only contain lowercase letters, numeric
	// characters, underscores and dashes. International characters are allowed.
	// No more than 64 user labels can be associated with one TensorboardRun
	// (System labels are excluded).
	//
	// See https://goo.gl/xmQnxf for more information and examples of labels.
	// System reserved label keys are prefixed with "aiplatform.googleapis.com/"
	// and are immutable.
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// Used to perform a consistent read-modify-write updates. If not set, a blind
	// "overwrite" update happens.
	Etag string `protobuf:"bytes,9,opt,name=etag,proto3" json:"etag,omitempty"`
	// contains filtered or unexported fields
}

TensorboardRun maps to a specific execution of a training job with a given set of hyperparameter values, model definition, dataset, etc

func (*TensorboardRun) Descriptor deprecated

func (*TensorboardRun) Descriptor() ([]byte, []int)

Deprecated: Use TensorboardRun.ProtoReflect.Descriptor instead.

func (*TensorboardRun) GetCreateTime

func (x *TensorboardRun) GetCreateTime() *timestamp.Timestamp

func (*TensorboardRun) GetDescription

func (x *TensorboardRun) GetDescription() string

func (*TensorboardRun) GetDisplayName

func (x *TensorboardRun) GetDisplayName() string

func (*TensorboardRun) GetEtag

func (x *TensorboardRun) GetEtag() string

func (*TensorboardRun) GetLabels

func (x *TensorboardRun) GetLabels() map[string]string

func (*TensorboardRun) GetName

func (x *TensorboardRun) GetName() string

func (*TensorboardRun) GetUpdateTime

func (x *TensorboardRun) GetUpdateTime() *timestamp.Timestamp

func (*TensorboardRun) ProtoMessage

func (*TensorboardRun) ProtoMessage()

func (*TensorboardRun) ProtoReflect

func (x *TensorboardRun) ProtoReflect() protoreflect.Message

func (*TensorboardRun) Reset

func (x *TensorboardRun) Reset()

func (*TensorboardRun) String

func (x *TensorboardRun) String() string

type TensorboardServiceClient

type TensorboardServiceClient interface {
	// Creates a Tensorboard.
	CreateTensorboard(ctx context.Context, in *CreateTensorboardRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error)
	// Gets a Tensorboard.
	GetTensorboard(ctx context.Context, in *GetTensorboardRequest, opts ...grpc.CallOption) (*Tensorboard, error)
	// Updates a Tensorboard.
	UpdateTensorboard(ctx context.Context, in *UpdateTensorboardRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error)
	// Lists Tensorboards in a Location.
	ListTensorboards(ctx context.Context, in *ListTensorboardsRequest, opts ...grpc.CallOption) (*ListTensorboardsResponse, error)
	// Deletes a Tensorboard.
	DeleteTensorboard(ctx context.Context, in *DeleteTensorboardRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error)
	// Returns a list of monthly active users for a given TensorBoard instance.
	ReadTensorboardUsage(ctx context.Context, in *ReadTensorboardUsageRequest, opts ...grpc.CallOption) (*ReadTensorboardUsageResponse, error)
	// Returns the storage size for a given TensorBoard instance.
	ReadTensorboardSize(ctx context.Context, in *ReadTensorboardSizeRequest, opts ...grpc.CallOption) (*ReadTensorboardSizeResponse, error)
	// Creates a TensorboardExperiment.
	CreateTensorboardExperiment(ctx context.Context, in *CreateTensorboardExperimentRequest, opts ...grpc.CallOption) (*TensorboardExperiment, error)
	// Gets a TensorboardExperiment.
	GetTensorboardExperiment(ctx context.Context, in *GetTensorboardExperimentRequest, opts ...grpc.CallOption) (*TensorboardExperiment, error)
	// Updates a TensorboardExperiment.
	UpdateTensorboardExperiment(ctx context.Context, in *UpdateTensorboardExperimentRequest, opts ...grpc.CallOption) (*TensorboardExperiment, error)
	// Lists TensorboardExperiments in a Location.
	ListTensorboardExperiments(ctx context.Context, in *ListTensorboardExperimentsRequest, opts ...grpc.CallOption) (*ListTensorboardExperimentsResponse, error)
	// Deletes a TensorboardExperiment.
	DeleteTensorboardExperiment(ctx context.Context, in *DeleteTensorboardExperimentRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error)
	// Creates a TensorboardRun.
	CreateTensorboardRun(ctx context.Context, in *CreateTensorboardRunRequest, opts ...grpc.CallOption) (*TensorboardRun, error)
	// Batch create TensorboardRuns.
	BatchCreateTensorboardRuns(ctx context.Context, in *BatchCreateTensorboardRunsRequest, opts ...grpc.CallOption) (*BatchCreateTensorboardRunsResponse, error)
	// Gets a TensorboardRun.
	GetTensorboardRun(ctx context.Context, in *GetTensorboardRunRequest, opts ...grpc.CallOption) (*TensorboardRun, error)
	// Updates a TensorboardRun.
	UpdateTensorboardRun(ctx context.Context, in *UpdateTensorboardRunRequest, opts ...grpc.CallOption) (*TensorboardRun, error)
	// Lists TensorboardRuns in a Location.
	ListTensorboardRuns(ctx context.Context, in *ListTensorboardRunsRequest, opts ...grpc.CallOption) (*ListTensorboardRunsResponse, error)
	// Deletes a TensorboardRun.
	DeleteTensorboardRun(ctx context.Context, in *DeleteTensorboardRunRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error)
	// Batch create TensorboardTimeSeries that belong to a TensorboardExperiment.
	BatchCreateTensorboardTimeSeries(ctx context.Context, in *BatchCreateTensorboardTimeSeriesRequest, opts ...grpc.CallOption) (*BatchCreateTensorboardTimeSeriesResponse, error)
	// Creates a TensorboardTimeSeries.
	CreateTensorboardTimeSeries(ctx context.Context, in *CreateTensorboardTimeSeriesRequest, opts ...grpc.CallOption) (*TensorboardTimeSeries, error)
	// Gets a TensorboardTimeSeries.
	GetTensorboardTimeSeries(ctx context.Context, in *GetTensorboardTimeSeriesRequest, opts ...grpc.CallOption) (*TensorboardTimeSeries, error)
	// Updates a TensorboardTimeSeries.
	UpdateTensorboardTimeSeries(ctx context.Context, in *UpdateTensorboardTimeSeriesRequest, opts ...grpc.CallOption) (*TensorboardTimeSeries, error)
	// Lists TensorboardTimeSeries in a Location.
	ListTensorboardTimeSeries(ctx context.Context, in *ListTensorboardTimeSeriesRequest, opts ...grpc.CallOption) (*ListTensorboardTimeSeriesResponse, error)
	// Deletes a TensorboardTimeSeries.
	DeleteTensorboardTimeSeries(ctx context.Context, in *DeleteTensorboardTimeSeriesRequest, opts ...grpc.CallOption) (*longrunningpb.Operation, error)
	// Reads multiple TensorboardTimeSeries' data. The data point number limit is
	// 1000 for scalars, 100 for tensors and blob references. If the number of
	// data points stored is less than the limit, all data is returned.
	// Otherwise, the number limit of data points is randomly selected from
	// this time series and returned.
	BatchReadTensorboardTimeSeriesData(ctx context.Context, in *BatchReadTensorboardTimeSeriesDataRequest, opts ...grpc.CallOption) (*BatchReadTensorboardTimeSeriesDataResponse, error)
	// Reads a TensorboardTimeSeries' data. By default, if the number of data
	// points stored is less than 1000, all data is returned. Otherwise, 1000
	// data points is randomly selected from this time series and returned.
	// This value can be changed by changing max_data_points, which can't be
	// greater than 10k.
	ReadTensorboardTimeSeriesData(ctx context.Context, in *ReadTensorboardTimeSeriesDataRequest, opts ...grpc.CallOption) (*ReadTensorboardTimeSeriesDataResponse, error)
	// Gets bytes of TensorboardBlobs.
	// This is to allow reading blob data stored in consumer project's Cloud
	// Storage bucket without users having to obtain Cloud Storage access
	// permission.
	ReadTensorboardBlobData(ctx context.Context, in *ReadTensorboardBlobDataRequest, opts ...grpc.CallOption) (TensorboardService_ReadTensorboardBlobDataClient, error)
	// Write time series data points of multiple TensorboardTimeSeries in multiple
	// TensorboardRun's. If any data fail to be ingested, an error is returned.
	WriteTensorboardExperimentData(ctx context.Context, in *WriteTensorboardExperimentDataRequest, opts ...grpc.CallOption) (*WriteTensorboardExperimentDataResponse, error)
	// Write time series data points into multiple TensorboardTimeSeries under
	// a TensorboardRun. If any data fail to be ingested, an error is returned.
	WriteTensorboardRunData(ctx context.Context, in *WriteTensorboardRunDataRequest, opts ...grpc.CallOption) (*WriteTensorboardRunDataResponse, error)
	// Exports a TensorboardTimeSeries' data. Data is returned in paginated
	// responses.
	ExportTensorboardTimeSeriesData(ctx context.Context, in *ExportTensorboardTimeSeriesDataRequest, opts ...grpc.CallOption) (*ExportTensorboardTimeSeriesDataResponse, error)
}

TensorboardServiceClient is the client API for TensorboardService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type TensorboardServiceServer

type TensorboardServiceServer interface {
	// Creates a Tensorboard.
	CreateTensorboard(context.Context, *CreateTensorboardRequest) (*longrunningpb.Operation, error)
	// Gets a Tensorboard.
	GetTensorboard(context.Context, *GetTensorboardRequest) (*Tensorboard, error)
	// Updates a Tensorboard.
	UpdateTensorboard(context.Context, *UpdateTensorboardRequest) (*longrunningpb.Operation, error)
	// Lists Tensorboards in a Location.
	ListTensorboards(context.Context, *ListTensorboardsRequest) (*ListTensorboardsResponse, error)
	// Deletes a Tensorboard.
	DeleteTensorboard(context.Context, *DeleteTensorboardRequest) (*longrunningpb.Operation, error)
	// Returns a list of monthly active users for a given TensorBoard instance.
	ReadTensorboardUsage(context.Context, *ReadTensorboardUsageRequest) (*ReadTensorboardUsageResponse, error)
	// Returns the storage size for a given TensorBoard instance.
	ReadTensorboardSize(context.Context, *ReadTensorboardSizeRequest) (*ReadTensorboardSizeResponse, error)
	// Creates a TensorboardExperiment.
	CreateTensorboardExperiment(context.Context, *CreateTensorboardExperimentRequest) (*TensorboardExperiment, error)
	// Gets a TensorboardExperiment.
	GetTensorboardExperiment(context.Context, *GetTensorboardExperimentRequest) (*TensorboardExperiment, error)
	// Updates a TensorboardExperiment.
	UpdateTensorboardExperiment(context.Context, *UpdateTensorboardExperimentRequest) (*TensorboardExperiment, error)
	// Lists TensorboardExperiments in a Location.
	ListTensorboardExperiments(context.Context, *ListTensorboardExperimentsRequest) (*ListTensorboardExperimentsResponse, error)
	// Deletes a TensorboardExperiment.
	DeleteTensorboardExperiment(context.Context, *DeleteTensorboardExperimentRequest) (*longrunningpb.Operation, error)
	// Creates a TensorboardRun.
	CreateTensorboardRun(context.Context, *CreateTensorboardRunRequest) (*TensorboardRun, error)
	// Batch create TensorboardRuns.
	BatchCreateTensorboardRuns(context.Context, *BatchCreateTensorboardRunsRequest) (*BatchCreateTensorboardRunsResponse, error)
	// Gets a TensorboardRun.
	GetTensorboardRun(context.Context, *GetTensorboardRunRequest) (*TensorboardRun, error)
	// Updates a TensorboardRun.
	UpdateTensorboardRun(context.Context, *UpdateTensorboardRunRequest) (*TensorboardRun, error)
	// Lists TensorboardRuns in a Location.
	ListTensorboardRuns(context.Context, *ListTensorboardRunsRequest) (*ListTensorboardRunsResponse, error)
	// Deletes a TensorboardRun.
	DeleteTensorboardRun(context.Context, *DeleteTensorboardRunRequest) (*longrunningpb.Operation, error)
	// Batch create TensorboardTimeSeries that belong to a TensorboardExperiment.
	BatchCreateTensorboardTimeSeries(context.Context, *BatchCreateTensorboardTimeSeriesRequest) (*BatchCreateTensorboardTimeSeriesResponse, error)
	// Creates a TensorboardTimeSeries.
	CreateTensorboardTimeSeries(context.Context, *CreateTensorboardTimeSeriesRequest) (*TensorboardTimeSeries, error)
	// Gets a TensorboardTimeSeries.
	GetTensorboardTimeSeries(context.Context, *GetTensorboardTimeSeriesRequest) (*TensorboardTimeSeries, error)
	// Updates a TensorboardTimeSeries.
	UpdateTensorboardTimeSeries(context.Context, *UpdateTensorboardTimeSeriesRequest) (*TensorboardTimeSeries, error)
	// Lists TensorboardTimeSeries in a Location.
	ListTensorboardTimeSeries(context.Context, *ListTensorboardTimeSeriesRequest) (*ListTensorboardTimeSeriesResponse, error)
	// Deletes a TensorboardTimeSeries.
	DeleteTensorboardTimeSeries(context.Context, *DeleteTensorboardTimeSeriesRequest) (*longrunningpb.Operation, error)
	// Reads multiple TensorboardTimeSeries' data. The data point number limit is
	// 1000 for scalars, 100 for tensors and blob references. If the number of
	// data points stored is less than the limit, all data is returned.
	// Otherwise, the number limit of data points is randomly selected from
	// this time series and returned.
	BatchReadTensorboardTimeSeriesData(context.Context, *BatchReadTensorboardTimeSeriesDataRequest) (*BatchReadTensorboardTimeSeriesDataResponse, error)
	// Reads a TensorboardTimeSeries' data. By default, if the number of data
	// points stored is less than 1000, all data is returned. Otherwise, 1000
	// data points is randomly selected from this time series and returned.
	// This value can be changed by changing max_data_points, which can't be
	// greater than 10k.
	ReadTensorboardTimeSeriesData(context.Context, *ReadTensorboardTimeSeriesDataRequest) (*ReadTensorboardTimeSeriesDataResponse, error)
	// Gets bytes of TensorboardBlobs.
	// This is to allow reading blob data stored in consumer project's Cloud
	// Storage bucket without users having to obtain Cloud Storage access
	// permission.
	ReadTensorboardBlobData(*ReadTensorboardBlobDataRequest, TensorboardService_ReadTensorboardBlobDataServer) error
	// Write time series data points of multiple TensorboardTimeSeries in multiple
	// TensorboardRun's. If any data fail to be ingested, an error is returned.
	WriteTensorboardExperimentData(context.Context, *WriteTensorboardExperimentDataRequest) (*WriteTensorboardExperimentDataResponse, error)
	// Write time series data points into multiple TensorboardTimeSeries under
	// a TensorboardRun. If any data fail to be ingested, an error is returned.
	WriteTensorboardRunData(context.Context, *WriteTensorboardRunDataRequest) (*WriteTensorboardRunDataResponse, error)
	// Exports a TensorboardTimeSeries' data. Data is returned in paginated
	// responses.
	ExportTensorboardTimeSeriesData(context.Context, *ExportTensorboardTimeSeriesDataRequest) (*ExportTensorboardTimeSeriesDataResponse, error)
	// contains filtered or unexported methods
}

TensorboardServiceServer is the server API for TensorboardService service. All implementations must embed UnimplementedTensorboardServiceServer for forward compatibility

type TensorboardService_ReadTensorboardBlobDataClient

type TensorboardService_ReadTensorboardBlobDataClient interface {
	Recv() (*ReadTensorboardBlobDataResponse, error)
	grpc.ClientStream
}

type TensorboardService_ReadTensorboardBlobDataServer

type TensorboardService_ReadTensorboardBlobDataServer interface {
	Send(*ReadTensorboardBlobDataResponse) error
	grpc.ServerStream
}

type TensorboardTensor

type TensorboardTensor struct {

	// Required. Serialized form of
	// https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/framework/tensor.proto
	Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// Optional. Version number of TensorProto used to serialize
	// [value][mockgcp.cloud.aiplatform.v1beta1.TensorboardTensor.value].
	VersionNumber int32 `protobuf:"varint,2,opt,name=version_number,json=versionNumber,proto3" json:"version_number,omitempty"`
	// contains filtered or unexported fields
}

One point viewable on a tensor metric plot.

func (*TensorboardTensor) Descriptor deprecated

func (*TensorboardTensor) Descriptor() ([]byte, []int)

Deprecated: Use TensorboardTensor.ProtoReflect.Descriptor instead.

func (*TensorboardTensor) GetValue

func (x *TensorboardTensor) GetValue() []byte

func (*TensorboardTensor) GetVersionNumber

func (x *TensorboardTensor) GetVersionNumber() int32

func (*TensorboardTensor) ProtoMessage

func (*TensorboardTensor) ProtoMessage()

func (*TensorboardTensor) ProtoReflect

func (x *TensorboardTensor) ProtoReflect() protoreflect.Message

func (*TensorboardTensor) Reset

func (x *TensorboardTensor) Reset()

func (*TensorboardTensor) String

func (x *TensorboardTensor) String() string

type TensorboardTimeSeries

type TensorboardTimeSeries struct {

	// Output only. Name of the TensorboardTimeSeries.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Required. User provided name of this TensorboardTimeSeries.
	// This value should be unique among all TensorboardTimeSeries resources
	// belonging to the same TensorboardRun resource (parent resource).
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// Description of this TensorboardTimeSeries.
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// Required. Immutable. Type of TensorboardTimeSeries value.
	ValueType TensorboardTimeSeries_ValueType `` /* 159-byte string literal not displayed */
	// Output only. Timestamp when this TensorboardTimeSeries was created.
	CreateTime *timestamp.Timestamp `protobuf:"bytes,5,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// Output only. Timestamp when this TensorboardTimeSeries was last updated.
	UpdateTime *timestamp.Timestamp `protobuf:"bytes,6,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// Used to perform a consistent read-modify-write updates. If not set, a blind
	// "overwrite" update happens.
	Etag string `protobuf:"bytes,7,opt,name=etag,proto3" json:"etag,omitempty"`
	// Immutable. Name of the plugin this time series pertain to. Such as Scalar,
	// Tensor, Blob
	PluginName string `protobuf:"bytes,8,opt,name=plugin_name,json=pluginName,proto3" json:"plugin_name,omitempty"`
	// Data of the current plugin, with the size limited to 65KB.
	PluginData []byte `protobuf:"bytes,9,opt,name=plugin_data,json=pluginData,proto3" json:"plugin_data,omitempty"`
	// Output only. Scalar, Tensor, or Blob metadata for this
	// TensorboardTimeSeries.
	Metadata *TensorboardTimeSeries_Metadata `protobuf:"bytes,10,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

TensorboardTimeSeries maps to times series produced in training runs

func (*TensorboardTimeSeries) Descriptor deprecated

func (*TensorboardTimeSeries) Descriptor() ([]byte, []int)

Deprecated: Use TensorboardTimeSeries.ProtoReflect.Descriptor instead.

func (*TensorboardTimeSeries) GetCreateTime

func (x *TensorboardTimeSeries) GetCreateTime() *timestamp.Timestamp

func (*TensorboardTimeSeries) GetDescription

func (x *TensorboardTimeSeries) GetDescription() string

func (*TensorboardTimeSeries) GetDisplayName

func (x *TensorboardTimeSeries) GetDisplayName() string

func (*TensorboardTimeSeries) GetEtag

func (x *TensorboardTimeSeries) GetEtag() string

func (*TensorboardTimeSeries) GetMetadata

func (*TensorboardTimeSeries) GetName

func (x *TensorboardTimeSeries) GetName() string

func (*TensorboardTimeSeries) GetPluginData

func (x *TensorboardTimeSeries) GetPluginData() []byte

func (*TensorboardTimeSeries) GetPluginName

func (x *TensorboardTimeSeries) GetPluginName() string

func (*TensorboardTimeSeries) GetUpdateTime

func (x *TensorboardTimeSeries) GetUpdateTime() *timestamp.Timestamp

func (*TensorboardTimeSeries) GetValueType

func (*TensorboardTimeSeries) ProtoMessage

func (*TensorboardTimeSeries) ProtoMessage()

func (*TensorboardTimeSeries) ProtoReflect

func (x *TensorboardTimeSeries) ProtoReflect() protoreflect.Message

func (*TensorboardTimeSeries) Reset

func (x *TensorboardTimeSeries) Reset()

func (*TensorboardTimeSeries) String

func (x *TensorboardTimeSeries) String() string

type TensorboardTimeSeries_Metadata

type TensorboardTimeSeries_Metadata struct {

	// Output only. Max step index of all data points within a
	// TensorboardTimeSeries.
	MaxStep int64 `protobuf:"varint,1,opt,name=max_step,json=maxStep,proto3" json:"max_step,omitempty"`
	// Output only. Max wall clock timestamp of all data points within a
	// TensorboardTimeSeries.
	MaxWallTime *timestamp.Timestamp `protobuf:"bytes,2,opt,name=max_wall_time,json=maxWallTime,proto3" json:"max_wall_time,omitempty"`
	// Output only. The largest blob sequence length (number of blobs) of all
	// data points in this time series, if its ValueType is BLOB_SEQUENCE.
	MaxBlobSequenceLength int64 `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

Describes metadata for a TensorboardTimeSeries.

func (*TensorboardTimeSeries_Metadata) Descriptor deprecated

func (*TensorboardTimeSeries_Metadata) Descriptor() ([]byte, []int)

Deprecated: Use TensorboardTimeSeries_Metadata.ProtoReflect.Descriptor instead.

func (*TensorboardTimeSeries_Metadata) GetMaxBlobSequenceLength

func (x *TensorboardTimeSeries_Metadata) GetMaxBlobSequenceLength() int64

func (*TensorboardTimeSeries_Metadata) GetMaxStep

func (x *TensorboardTimeSeries_Metadata) GetMaxStep() int64

func (*TensorboardTimeSeries_Metadata) GetMaxWallTime

func (x *TensorboardTimeSeries_Metadata) GetMaxWallTime() *timestamp.Timestamp

func (*TensorboardTimeSeries_Metadata) ProtoMessage

func (*TensorboardTimeSeries_Metadata) ProtoMessage()

func (*TensorboardTimeSeries_Metadata) ProtoReflect

func (*TensorboardTimeSeries_Metadata) Reset

func (x *TensorboardTimeSeries_Metadata) Reset()

func (*TensorboardTimeSeries_Metadata) String

type TensorboardTimeSeries_ValueType

type TensorboardTimeSeries_ValueType int32

An enum representing the value type of a TensorboardTimeSeries.

const (
	// The value type is unspecified.
	TensorboardTimeSeries_VALUE_TYPE_UNSPECIFIED TensorboardTimeSeries_ValueType = 0
	// Used for TensorboardTimeSeries that is a list of scalars.
	// E.g. accuracy of a model over epochs/time.
	TensorboardTimeSeries_SCALAR TensorboardTimeSeries_ValueType = 1
	// Used for TensorboardTimeSeries that is a list of tensors.
	// E.g. histograms of weights of layer in a model over epoch/time.
	TensorboardTimeSeries_TENSOR TensorboardTimeSeries_ValueType = 2
	// Used for TensorboardTimeSeries that is a list of blob sequences.
	// E.g. set of sample images with labels over epochs/time.
	TensorboardTimeSeries_BLOB_SEQUENCE TensorboardTimeSeries_ValueType = 3
)

func (TensorboardTimeSeries_ValueType) Descriptor

func (TensorboardTimeSeries_ValueType) Enum

func (TensorboardTimeSeries_ValueType) EnumDescriptor deprecated

func (TensorboardTimeSeries_ValueType) EnumDescriptor() ([]byte, []int)

Deprecated: Use TensorboardTimeSeries_ValueType.Descriptor instead.

func (TensorboardTimeSeries_ValueType) Number

func (TensorboardTimeSeries_ValueType) String

func (TensorboardTimeSeries_ValueType) Type

type TimeSeriesData

type TimeSeriesData struct {

	// Required. The ID of the TensorboardTimeSeries, which will become the final
	// component of the TensorboardTimeSeries' resource name
	TensorboardTimeSeriesId string `` /* 134-byte string literal not displayed */
	// Required. Immutable. The value type of this time series. All the values in
	// this time series data must match this value type.
	ValueType TensorboardTimeSeries_ValueType `` /* 159-byte string literal not displayed */
	// Required. Data points in this time series.
	Values []*TimeSeriesDataPoint `protobuf:"bytes,3,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

All the data stored in a TensorboardTimeSeries.

func (*TimeSeriesData) Descriptor deprecated

func (*TimeSeriesData) Descriptor() ([]byte, []int)

Deprecated: Use TimeSeriesData.ProtoReflect.Descriptor instead.

func (*TimeSeriesData) GetTensorboardTimeSeriesId

func (x *TimeSeriesData) GetTensorboardTimeSeriesId() string

func (*TimeSeriesData) GetValueType

func (*TimeSeriesData) GetValues

func (x *TimeSeriesData) GetValues() []*TimeSeriesDataPoint

func (*TimeSeriesData) ProtoMessage

func (*TimeSeriesData) ProtoMessage()

func (*TimeSeriesData) ProtoReflect

func (x *TimeSeriesData) ProtoReflect() protoreflect.Message

func (*TimeSeriesData) Reset

func (x *TimeSeriesData) Reset()

func (*TimeSeriesData) String

func (x *TimeSeriesData) String() string

type TimeSeriesDataPoint

type TimeSeriesDataPoint struct {

	// Value of this time series data point.
	//
	// Types that are assignable to Value:
	//
	//	*TimeSeriesDataPoint_Scalar
	//	*TimeSeriesDataPoint_Tensor
	//	*TimeSeriesDataPoint_Blobs
	Value isTimeSeriesDataPoint_Value `protobuf_oneof:"value"`
	// Wall clock timestamp when this data point is generated by the end user.
	WallTime *timestamp.Timestamp `protobuf:"bytes,1,opt,name=wall_time,json=wallTime,proto3" json:"wall_time,omitempty"`
	// Step index of this data point within the run.
	Step int64 `protobuf:"varint,2,opt,name=step,proto3" json:"step,omitempty"`
	// contains filtered or unexported fields
}

A TensorboardTimeSeries data point.

func (*TimeSeriesDataPoint) Descriptor deprecated

func (*TimeSeriesDataPoint) Descriptor() ([]byte, []int)

Deprecated: Use TimeSeriesDataPoint.ProtoReflect.Descriptor instead.

func (*TimeSeriesDataPoint) GetBlobs

func (*TimeSeriesDataPoint) GetScalar

func (x *TimeSeriesDataPoint) GetScalar() *Scalar

func (*TimeSeriesDataPoint) GetStep

func (x *TimeSeriesDataPoint) GetStep() int64

func (*TimeSeriesDataPoint) GetTensor

func (x *TimeSeriesDataPoint) GetTensor() *TensorboardTensor

func (*TimeSeriesDataPoint) GetValue

func (m *TimeSeriesDataPoint) GetValue() isTimeSeriesDataPoint_Value

func (*TimeSeriesDataPoint) GetWallTime

func (x *TimeSeriesDataPoint) GetWallTime() *timestamp.Timestamp

func (*TimeSeriesDataPoint) ProtoMessage

func (*TimeSeriesDataPoint) ProtoMessage()

func (*TimeSeriesDataPoint) ProtoReflect

func (x *TimeSeriesDataPoint) ProtoReflect() protoreflect.Message

func (*TimeSeriesDataPoint) Reset

func (x *TimeSeriesDataPoint) Reset()

func (*TimeSeriesDataPoint) String

func (x *TimeSeriesDataPoint) String() string

type TimeSeriesDataPoint_Blobs

type TimeSeriesDataPoint_Blobs struct {
	// A blob sequence value.
	Blobs *TensorboardBlobSequence `protobuf:"bytes,5,opt,name=blobs,proto3,oneof"`
}

type TimeSeriesDataPoint_Scalar

type TimeSeriesDataPoint_Scalar struct {
	// A scalar value.
	Scalar *Scalar `protobuf:"bytes,3,opt,name=scalar,proto3,oneof"`
}

type TimeSeriesDataPoint_Tensor

type TimeSeriesDataPoint_Tensor struct {
	// A tensor value.
	Tensor *TensorboardTensor `protobuf:"bytes,4,opt,name=tensor,proto3,oneof"`
}

type UnimplementedDatasetServiceServer

type UnimplementedDatasetServiceServer struct {
}

UnimplementedDatasetServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedDatasetServiceServer) CreateDataset

func (UnimplementedDatasetServiceServer) CreateDatasetVersion

func (UnimplementedDatasetServiceServer) DeleteDataset

func (UnimplementedDatasetServiceServer) DeleteDatasetVersion

func (UnimplementedDatasetServiceServer) DeleteSavedQuery

func (UnimplementedDatasetServiceServer) ExportData

func (UnimplementedDatasetServiceServer) GetAnnotationSpec

func (UnimplementedDatasetServiceServer) GetDataset

func (UnimplementedDatasetServiceServer) GetDatasetVersion

func (UnimplementedDatasetServiceServer) ImportData

func (UnimplementedDatasetServiceServer) ListAnnotations

func (UnimplementedDatasetServiceServer) ListDataItems

func (UnimplementedDatasetServiceServer) ListDatasetVersions

func (UnimplementedDatasetServiceServer) ListDatasets

func (UnimplementedDatasetServiceServer) ListSavedQueries

func (UnimplementedDatasetServiceServer) RestoreDatasetVersion

func (UnimplementedDatasetServiceServer) SearchDataItems

func (UnimplementedDatasetServiceServer) UpdateDataset

type UnimplementedTensorboardServiceServer

type UnimplementedTensorboardServiceServer struct {
}

UnimplementedTensorboardServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedTensorboardServiceServer) CreateTensorboard

func (UnimplementedTensorboardServiceServer) CreateTensorboardExperiment

func (UnimplementedTensorboardServiceServer) CreateTensorboardRun

func (UnimplementedTensorboardServiceServer) CreateTensorboardTimeSeries

func (UnimplementedTensorboardServiceServer) DeleteTensorboard

func (UnimplementedTensorboardServiceServer) DeleteTensorboardExperiment

func (UnimplementedTensorboardServiceServer) DeleteTensorboardRun

func (UnimplementedTensorboardServiceServer) DeleteTensorboardTimeSeries

func (UnimplementedTensorboardServiceServer) GetTensorboard

func (UnimplementedTensorboardServiceServer) GetTensorboardExperiment

func (UnimplementedTensorboardServiceServer) GetTensorboardRun

func (UnimplementedTensorboardServiceServer) GetTensorboardTimeSeries

func (UnimplementedTensorboardServiceServer) ListTensorboardRuns

func (UnimplementedTensorboardServiceServer) ListTensorboards

func (UnimplementedTensorboardServiceServer) ReadTensorboardSize

func (UnimplementedTensorboardServiceServer) ReadTensorboardUsage

func (UnimplementedTensorboardServiceServer) UpdateTensorboard

func (UnimplementedTensorboardServiceServer) UpdateTensorboardExperiment

func (UnimplementedTensorboardServiceServer) UpdateTensorboardRun

func (UnimplementedTensorboardServiceServer) UpdateTensorboardTimeSeries

type UnsafeDatasetServiceServer

type UnsafeDatasetServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeDatasetServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to DatasetServiceServer will result in compilation errors.

type UnsafeTensorboardServiceServer

type UnsafeTensorboardServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeTensorboardServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to TensorboardServiceServer will result in compilation errors.

type UpdateDatasetRequest

type UpdateDatasetRequest struct {

	// Required. The Dataset which replaces the resource on the server.
	Dataset *Dataset `protobuf:"bytes,1,opt,name=dataset,proto3" json:"dataset,omitempty"`
	// Required. The update mask applies to the resource.
	// For the `FieldMask` definition, see
	// [google.protobuf.FieldMask][google.protobuf.FieldMask]. Updatable fields:
	//
	//   - `display_name`
	//   - `description`
	//   - `labels`
	UpdateMask *field_mask.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// contains filtered or unexported fields
}

Request message for [DatasetService.UpdateDataset][mockgcp.cloud.aiplatform.v1beta1.DatasetService.UpdateDataset].

func (*UpdateDatasetRequest) Descriptor deprecated

func (*UpdateDatasetRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateDatasetRequest.ProtoReflect.Descriptor instead.

func (*UpdateDatasetRequest) GetDataset

func (x *UpdateDatasetRequest) GetDataset() *Dataset

func (*UpdateDatasetRequest) GetUpdateMask

func (x *UpdateDatasetRequest) GetUpdateMask() *field_mask.FieldMask

func (*UpdateDatasetRequest) ProtoMessage

func (*UpdateDatasetRequest) ProtoMessage()

func (*UpdateDatasetRequest) ProtoReflect

func (x *UpdateDatasetRequest) ProtoReflect() protoreflect.Message

func (*UpdateDatasetRequest) Reset

func (x *UpdateDatasetRequest) Reset()

func (*UpdateDatasetRequest) String

func (x *UpdateDatasetRequest) String() string

type UpdateTensorboardExperimentRequest

type UpdateTensorboardExperimentRequest struct {

	// Required. Field mask is used to specify the fields to be overwritten in the
	// TensorboardExperiment resource by the update.
	// The fields specified in the update_mask are relative to the resource, not
	// the full request. A field is overwritten if it's in the mask. If the
	// user does not provide a mask then all fields are overwritten if new
	// values are specified.
	UpdateMask *field_mask.FieldMask `protobuf:"bytes,1,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// Required. The TensorboardExperiment's `name` field is used to identify the
	// TensorboardExperiment to be updated. Format:
	// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}`
	TensorboardExperiment *TensorboardExperiment `protobuf:"bytes,2,opt,name=tensorboard_experiment,json=tensorboardExperiment,proto3" json:"tensorboard_experiment,omitempty"`
	// contains filtered or unexported fields
}

Request message for [TensorboardService.UpdateTensorboardExperiment][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.UpdateTensorboardExperiment].

func (*UpdateTensorboardExperimentRequest) Descriptor deprecated

func (*UpdateTensorboardExperimentRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateTensorboardExperimentRequest.ProtoReflect.Descriptor instead.

func (*UpdateTensorboardExperimentRequest) GetTensorboardExperiment

func (x *UpdateTensorboardExperimentRequest) GetTensorboardExperiment() *TensorboardExperiment

func (*UpdateTensorboardExperimentRequest) GetUpdateMask

func (*UpdateTensorboardExperimentRequest) ProtoMessage

func (*UpdateTensorboardExperimentRequest) ProtoMessage()

func (*UpdateTensorboardExperimentRequest) ProtoReflect

func (*UpdateTensorboardExperimentRequest) Reset

func (*UpdateTensorboardExperimentRequest) String

type UpdateTensorboardOperationMetadata

type UpdateTensorboardOperationMetadata struct {

	// Operation metadata for Tensorboard.
	GenericMetadata *GenericOperationMetadata `protobuf:"bytes,1,opt,name=generic_metadata,json=genericMetadata,proto3" json:"generic_metadata,omitempty"`
	// contains filtered or unexported fields
}

Details of operations that perform update Tensorboard.

func (*UpdateTensorboardOperationMetadata) Descriptor deprecated

func (*UpdateTensorboardOperationMetadata) Descriptor() ([]byte, []int)

Deprecated: Use UpdateTensorboardOperationMetadata.ProtoReflect.Descriptor instead.

func (*UpdateTensorboardOperationMetadata) GetGenericMetadata

func (*UpdateTensorboardOperationMetadata) ProtoMessage

func (*UpdateTensorboardOperationMetadata) ProtoMessage()

func (*UpdateTensorboardOperationMetadata) ProtoReflect

func (*UpdateTensorboardOperationMetadata) Reset

func (*UpdateTensorboardOperationMetadata) String

type UpdateTensorboardRequest

type UpdateTensorboardRequest struct {

	// Required. Field mask is used to specify the fields to be overwritten in the
	// Tensorboard resource by the update.
	// The fields specified in the update_mask are relative to the resource, not
	// the full request. A field is overwritten if it's in the mask. If the
	// user does not provide a mask then all fields are overwritten if new
	// values are specified.
	UpdateMask *field_mask.FieldMask `protobuf:"bytes,1,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// Required. The Tensorboard's `name` field is used to identify the
	// Tensorboard to be updated. Format:
	// `projects/{project}/locations/{location}/tensorboards/{tensorboard}`
	Tensorboard *Tensorboard `protobuf:"bytes,2,opt,name=tensorboard,proto3" json:"tensorboard,omitempty"`
	// contains filtered or unexported fields
}

Request message for [TensorboardService.UpdateTensorboard][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.UpdateTensorboard].

func (*UpdateTensorboardRequest) Descriptor deprecated

func (*UpdateTensorboardRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateTensorboardRequest.ProtoReflect.Descriptor instead.

func (*UpdateTensorboardRequest) GetTensorboard

func (x *UpdateTensorboardRequest) GetTensorboard() *Tensorboard

func (*UpdateTensorboardRequest) GetUpdateMask

func (x *UpdateTensorboardRequest) GetUpdateMask() *field_mask.FieldMask

func (*UpdateTensorboardRequest) ProtoMessage

func (*UpdateTensorboardRequest) ProtoMessage()

func (*UpdateTensorboardRequest) ProtoReflect

func (x *UpdateTensorboardRequest) ProtoReflect() protoreflect.Message

func (*UpdateTensorboardRequest) Reset

func (x *UpdateTensorboardRequest) Reset()

func (*UpdateTensorboardRequest) String

func (x *UpdateTensorboardRequest) String() string

type UpdateTensorboardRunRequest

type UpdateTensorboardRunRequest struct {

	// Required. Field mask is used to specify the fields to be overwritten in the
	// TensorboardRun resource by the update.
	// The fields specified in the update_mask are relative to the resource, not
	// the full request. A field is overwritten if it's in the mask. If the
	// user does not provide a mask then all fields are overwritten if new
	// values are specified.
	UpdateMask *field_mask.FieldMask `protobuf:"bytes,1,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// Required. The TensorboardRun's `name` field is used to identify the
	// TensorboardRun to be updated. Format:
	// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}`
	TensorboardRun *TensorboardRun `protobuf:"bytes,2,opt,name=tensorboard_run,json=tensorboardRun,proto3" json:"tensorboard_run,omitempty"`
	// contains filtered or unexported fields
}

Request message for [TensorboardService.UpdateTensorboardRun][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.UpdateTensorboardRun].

func (*UpdateTensorboardRunRequest) Descriptor deprecated

func (*UpdateTensorboardRunRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateTensorboardRunRequest.ProtoReflect.Descriptor instead.

func (*UpdateTensorboardRunRequest) GetTensorboardRun

func (x *UpdateTensorboardRunRequest) GetTensorboardRun() *TensorboardRun

func (*UpdateTensorboardRunRequest) GetUpdateMask

func (x *UpdateTensorboardRunRequest) GetUpdateMask() *field_mask.FieldMask

func (*UpdateTensorboardRunRequest) ProtoMessage

func (*UpdateTensorboardRunRequest) ProtoMessage()

func (*UpdateTensorboardRunRequest) ProtoReflect

func (*UpdateTensorboardRunRequest) Reset

func (x *UpdateTensorboardRunRequest) Reset()

func (*UpdateTensorboardRunRequest) String

func (x *UpdateTensorboardRunRequest) String() string

type UpdateTensorboardTimeSeriesRequest

type UpdateTensorboardTimeSeriesRequest struct {

	// Required. Field mask is used to specify the fields to be overwritten in the
	// TensorboardTimeSeries resource by the update.
	// The fields specified in the update_mask are relative to the resource, not
	// the full request. A field is overwritten if it's in the mask. If the
	// user does not provide a mask then all fields are overwritten if new
	// values are specified.
	UpdateMask *field_mask.FieldMask `protobuf:"bytes,1,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// Required. The TensorboardTimeSeries' `name` field is used to identify the
	// TensorboardTimeSeries to be updated.
	// Format:
	// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}`
	TensorboardTimeSeries *TensorboardTimeSeries `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request message for [TensorboardService.UpdateTensorboardTimeSeries][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.UpdateTensorboardTimeSeries].

func (*UpdateTensorboardTimeSeriesRequest) Descriptor deprecated

func (*UpdateTensorboardTimeSeriesRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateTensorboardTimeSeriesRequest.ProtoReflect.Descriptor instead.

func (*UpdateTensorboardTimeSeriesRequest) GetTensorboardTimeSeries

func (x *UpdateTensorboardTimeSeriesRequest) GetTensorboardTimeSeries() *TensorboardTimeSeries

func (*UpdateTensorboardTimeSeriesRequest) GetUpdateMask

func (*UpdateTensorboardTimeSeriesRequest) ProtoMessage

func (*UpdateTensorboardTimeSeriesRequest) ProtoMessage()

func (*UpdateTensorboardTimeSeriesRequest) ProtoReflect

func (*UpdateTensorboardTimeSeriesRequest) Reset

func (*UpdateTensorboardTimeSeriesRequest) String

type UserActionReference

type UserActionReference struct {

	// Types that are assignable to Reference:
	//
	//	*UserActionReference_Operation
	//	*UserActionReference_DataLabelingJob
	Reference isUserActionReference_Reference `protobuf_oneof:"reference"`
	// The method name of the API RPC call. For example,
	// "/mockgcp.cloud.aiplatform.{apiVersion}.DatasetService.CreateDataset"
	Method string `protobuf:"bytes,3,opt,name=method,proto3" json:"method,omitempty"`
	// contains filtered or unexported fields
}

References an API call. It contains more information about long running operation and Jobs that are triggered by the API call.

func (*UserActionReference) Descriptor deprecated

func (*UserActionReference) Descriptor() ([]byte, []int)

Deprecated: Use UserActionReference.ProtoReflect.Descriptor instead.

func (*UserActionReference) GetDataLabelingJob

func (x *UserActionReference) GetDataLabelingJob() string

func (*UserActionReference) GetMethod

func (x *UserActionReference) GetMethod() string

func (*UserActionReference) GetOperation

func (x *UserActionReference) GetOperation() string

func (*UserActionReference) GetReference

func (m *UserActionReference) GetReference() isUserActionReference_Reference

func (*UserActionReference) ProtoMessage

func (*UserActionReference) ProtoMessage()

func (*UserActionReference) ProtoReflect

func (x *UserActionReference) ProtoReflect() protoreflect.Message

func (*UserActionReference) Reset

func (x *UserActionReference) Reset()

func (*UserActionReference) String

func (x *UserActionReference) String() string

type UserActionReference_DataLabelingJob

type UserActionReference_DataLabelingJob struct {
	// For API calls that start a LabelingJob.
	// Resource name of the LabelingJob.
	// Format:
	// `projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}`
	DataLabelingJob string `protobuf:"bytes,2,opt,name=data_labeling_job,json=dataLabelingJob,proto3,oneof"`
}

type UserActionReference_Operation

type UserActionReference_Operation struct {
	// For API calls that return a long running operation.
	// Resource name of the long running operation.
	// Format:
	// `projects/{project}/locations/{location}/operations/{operation}`
	Operation string `protobuf:"bytes,1,opt,name=operation,proto3,oneof"`
}

type WriteTensorboardExperimentDataRequest

type WriteTensorboardExperimentDataRequest struct {

	// Required. The resource name of the TensorboardExperiment to write data to.
	// Format:
	// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}`
	TensorboardExperiment string `protobuf:"bytes,1,opt,name=tensorboard_experiment,json=tensorboardExperiment,proto3" json:"tensorboard_experiment,omitempty"`
	// Required. Requests containing per-run TensorboardTimeSeries data to write.
	WriteRunDataRequests []*WriteTensorboardRunDataRequest `protobuf:"bytes,2,rep,name=write_run_data_requests,json=writeRunDataRequests,proto3" json:"write_run_data_requests,omitempty"`
	// contains filtered or unexported fields
}

Request message for [TensorboardService.WriteTensorboardExperimentData][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.WriteTensorboardExperimentData].

func (*WriteTensorboardExperimentDataRequest) Descriptor deprecated

func (*WriteTensorboardExperimentDataRequest) Descriptor() ([]byte, []int)

Deprecated: Use WriteTensorboardExperimentDataRequest.ProtoReflect.Descriptor instead.

func (*WriteTensorboardExperimentDataRequest) GetTensorboardExperiment

func (x *WriteTensorboardExperimentDataRequest) GetTensorboardExperiment() string

func (*WriteTensorboardExperimentDataRequest) GetWriteRunDataRequests

func (*WriteTensorboardExperimentDataRequest) ProtoMessage

func (*WriteTensorboardExperimentDataRequest) ProtoMessage()

func (*WriteTensorboardExperimentDataRequest) ProtoReflect

func (*WriteTensorboardExperimentDataRequest) Reset

func (*WriteTensorboardExperimentDataRequest) String

type WriteTensorboardExperimentDataResponse

type WriteTensorboardExperimentDataResponse struct {
	// contains filtered or unexported fields
}

Response message for [TensorboardService.WriteTensorboardExperimentData][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.WriteTensorboardExperimentData].

func (*WriteTensorboardExperimentDataResponse) Descriptor deprecated

func (*WriteTensorboardExperimentDataResponse) Descriptor() ([]byte, []int)

Deprecated: Use WriteTensorboardExperimentDataResponse.ProtoReflect.Descriptor instead.

func (*WriteTensorboardExperimentDataResponse) ProtoMessage

func (*WriteTensorboardExperimentDataResponse) ProtoReflect

func (*WriteTensorboardExperimentDataResponse) Reset

func (*WriteTensorboardExperimentDataResponse) String

type WriteTensorboardRunDataRequest

type WriteTensorboardRunDataRequest struct {

	// Required. The resource name of the TensorboardRun to write data to.
	// Format:
	// `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}`
	TensorboardRun string `protobuf:"bytes,1,opt,name=tensorboard_run,json=tensorboardRun,proto3" json:"tensorboard_run,omitempty"`
	// Required. The TensorboardTimeSeries data to write.
	// Values with in a time series are indexed by their step value.
	// Repeated writes to the same step will overwrite the existing value for that
	// step.
	// The upper limit of data points per write request is 5000.
	TimeSeriesData []*TimeSeriesData `protobuf:"bytes,2,rep,name=time_series_data,json=timeSeriesData,proto3" json:"time_series_data,omitempty"`
	// contains filtered or unexported fields
}

Request message for [TensorboardService.WriteTensorboardRunData][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.WriteTensorboardRunData].

func (*WriteTensorboardRunDataRequest) Descriptor deprecated

func (*WriteTensorboardRunDataRequest) Descriptor() ([]byte, []int)

Deprecated: Use WriteTensorboardRunDataRequest.ProtoReflect.Descriptor instead.

func (*WriteTensorboardRunDataRequest) GetTensorboardRun

func (x *WriteTensorboardRunDataRequest) GetTensorboardRun() string

func (*WriteTensorboardRunDataRequest) GetTimeSeriesData

func (x *WriteTensorboardRunDataRequest) GetTimeSeriesData() []*TimeSeriesData

func (*WriteTensorboardRunDataRequest) ProtoMessage

func (*WriteTensorboardRunDataRequest) ProtoMessage()

func (*WriteTensorboardRunDataRequest) ProtoReflect

func (*WriteTensorboardRunDataRequest) Reset

func (x *WriteTensorboardRunDataRequest) Reset()

func (*WriteTensorboardRunDataRequest) String

type WriteTensorboardRunDataResponse

type WriteTensorboardRunDataResponse struct {
	// contains filtered or unexported fields
}

Response message for [TensorboardService.WriteTensorboardRunData][mockgcp.cloud.aiplatform.v1beta1.TensorboardService.WriteTensorboardRunData].

func (*WriteTensorboardRunDataResponse) Descriptor deprecated

func (*WriteTensorboardRunDataResponse) Descriptor() ([]byte, []int)

Deprecated: Use WriteTensorboardRunDataResponse.ProtoReflect.Descriptor instead.

func (*WriteTensorboardRunDataResponse) ProtoMessage

func (*WriteTensorboardRunDataResponse) ProtoMessage()

func (*WriteTensorboardRunDataResponse) ProtoReflect

func (*WriteTensorboardRunDataResponse) Reset

func (*WriteTensorboardRunDataResponse) String

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL