Class: Google::Cloud::AIPlatform::V1::CreateNotebookExecutionJobRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/notebook_service.rb

Overview

Request message for [NotebookService.CreateNotebookExecutionJob]

Instance Attribute Summary collapse

Instance Attribute Details

#notebook_execution_job::Google::Cloud::AIPlatform::V1::NotebookExecutionJob

Returns Required. The NotebookExecutionJob to create.

Returns:



428
429
430
431
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_service.rb', line 428

class CreateNotebookExecutionJobRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#notebook_execution_job_id::String

Returns Optional. User specified ID for the NotebookExecutionJob.

Returns:

  • (::String)

    Optional. User specified ID for the NotebookExecutionJob.



428
429
430
431
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_service.rb', line 428

class CreateNotebookExecutionJobRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The resource name of the Location to create the NotebookExecutionJob. Format: projects/{project}/locations/{location}.

Returns:

  • (::String)

    Required. The resource name of the Location to create the NotebookExecutionJob. Format: projects/{project}/locations/{location}



428
429
430
431
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_service.rb', line 428

class CreateNotebookExecutionJobRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end