Class: Google::Cloud::AIPlatform::V1::GetDatasetVersionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::GetDatasetVersionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/dataset_service.rb
Overview
Request message for DatasetService.GetDatasetVersion. Next ID: 4
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#read_mask ⇒ ::Google::Protobuf::FieldMask
Mask specifying which fields to read.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the Dataset version to delete.
Format:
projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}
.
298 299 300 301 |
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 298 class GetDatasetVersionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#read_mask ⇒ ::Google::Protobuf::FieldMask
Returns Mask specifying which fields to read.
298 299 300 301 |
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 298 class GetDatasetVersionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |