Class: Google::Cloud::DiscoveryEngine::V1beta::ResumeEngineRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::ResumeEngineRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/engine_service.rb
Overview
Request for resuming training of an engine.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the engine to resume.
Format:
projects/{project_number}/locations/{location_id}/collections/{collection_id}/engines/{engine_id}
.
194 195 196 197 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/engine_service.rb', line 194 class ResumeEngineRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |