Class: Google::Cloud::AIPlatform::V1::GetNotebookExecutionJobRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::GetNotebookExecutionJobRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/notebook_service.rb
Overview
Request message for [NotebookService.GetNotebookExecutionJob]
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#view ⇒ ::Google::Cloud::AIPlatform::V1::NotebookExecutionJobView
Optional.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the NotebookExecutionJob resource.
454 455 456 457 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_service.rb', line 454 class GetNotebookExecutionJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#view ⇒ ::Google::Cloud::AIPlatform::V1::NotebookExecutionJobView
Returns Optional. The NotebookExecutionJob view. Defaults to BASIC.
454 455 456 457 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_service.rb', line 454 class GetNotebookExecutionJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |