Class: Google::Cloud::Notebooks::V1::Execution

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

Overview

The definition of a single executed notebook.

Defined Under Namespace

Modules: State

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)



326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
# File 'proto_docs/google/cloud/notebooks/v1/execution.rb', line 326

class Execution
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enum description of the state of the underlying AIP job.
  module State
    # The job state is unspecified.
    STATE_UNSPECIFIED = 0

    # The job has been just created and processing has not yet begun.
    QUEUED = 1

    # The service is preparing to execution the job.
    PREPARING = 2

    # The job is in progress.
    RUNNING = 3

    # The job completed successfully.
    SUCCEEDED = 4

    # The job failed.
    # `error_message` should contain the details of the failure.
    FAILED = 5

    # The job is being cancelled.
    # `error_message` should describe the reason for the cancellation.
    CANCELLING = 6

    # The job has been cancelled.
    # `error_message` should describe the reason for the cancellation.
    CANCELLED = 7

    # The job has become expired (relevant to Vertex AI jobs)
    # https://cloud.google.com/vertex-ai/docs/reference/rest/v1/JobState
    EXPIRED = 9

    # The Execution is being created.
    INITIALIZING = 10
  end
end

#description::String



326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
# File 'proto_docs/google/cloud/notebooks/v1/execution.rb', line 326

class Execution
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enum description of the state of the underlying AIP job.
  module State
    # The job state is unspecified.
    STATE_UNSPECIFIED = 0

    # The job has been just created and processing has not yet begun.
    QUEUED = 1

    # The service is preparing to execution the job.
    PREPARING = 2

    # The job is in progress.
    RUNNING = 3

    # The job completed successfully.
    SUCCEEDED = 4

    # The job failed.
    # `error_message` should contain the details of the failure.
    FAILED = 5

    # The job is being cancelled.
    # `error_message` should describe the reason for the cancellation.
    CANCELLING = 6

    # The job has been cancelled.
    # `error_message` should describe the reason for the cancellation.
    CANCELLED = 7

    # The job has become expired (relevant to Vertex AI jobs)
    # https://cloud.google.com/vertex-ai/docs/reference/rest/v1/JobState
    EXPIRED = 9

    # The Execution is being created.
    INITIALIZING = 10
  end
end

#display_name::String (readonly)



326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
# File 'proto_docs/google/cloud/notebooks/v1/execution.rb', line 326

class Execution
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enum description of the state of the underlying AIP job.
  module State
    # The job state is unspecified.
    STATE_UNSPECIFIED = 0

    # The job has been just created and processing has not yet begun.
    QUEUED = 1

    # The service is preparing to execution the job.
    PREPARING = 2

    # The job is in progress.
    RUNNING = 3

    # The job completed successfully.
    SUCCEEDED = 4

    # The job failed.
    # `error_message` should contain the details of the failure.
    FAILED = 5

    # The job is being cancelled.
    # `error_message` should describe the reason for the cancellation.
    CANCELLING = 6

    # The job has been cancelled.
    # `error_message` should describe the reason for the cancellation.
    CANCELLED = 7

    # The job has become expired (relevant to Vertex AI jobs)
    # https://cloud.google.com/vertex-ai/docs/reference/rest/v1/JobState
    EXPIRED = 9

    # The Execution is being created.
    INITIALIZING = 10
  end
end

#execution_template::Google::Cloud::Notebooks::V1::ExecutionTemplate



326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
# File 'proto_docs/google/cloud/notebooks/v1/execution.rb', line 326

class Execution
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enum description of the state of the underlying AIP job.
  module State
    # The job state is unspecified.
    STATE_UNSPECIFIED = 0

    # The job has been just created and processing has not yet begun.
    QUEUED = 1

    # The service is preparing to execution the job.
    PREPARING = 2

    # The job is in progress.
    RUNNING = 3

    # The job completed successfully.
    SUCCEEDED = 4

    # The job failed.
    # `error_message` should contain the details of the failure.
    FAILED = 5

    # The job is being cancelled.
    # `error_message` should describe the reason for the cancellation.
    CANCELLING = 6

    # The job has been cancelled.
    # `error_message` should describe the reason for the cancellation.
    CANCELLED = 7

    # The job has become expired (relevant to Vertex AI jobs)
    # https://cloud.google.com/vertex-ai/docs/reference/rest/v1/JobState
    EXPIRED = 9

    # The Execution is being created.
    INITIALIZING = 10
  end
end

#job_uri::String (readonly)



326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
# File 'proto_docs/google/cloud/notebooks/v1/execution.rb', line 326

class Execution
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enum description of the state of the underlying AIP job.
  module State
    # The job state is unspecified.
    STATE_UNSPECIFIED = 0

    # The job has been just created and processing has not yet begun.
    QUEUED = 1

    # The service is preparing to execution the job.
    PREPARING = 2

    # The job is in progress.
    RUNNING = 3

    # The job completed successfully.
    SUCCEEDED = 4

    # The job failed.
    # `error_message` should contain the details of the failure.
    FAILED = 5

    # The job is being cancelled.
    # `error_message` should describe the reason for the cancellation.
    CANCELLING = 6

    # The job has been cancelled.
    # `error_message` should describe the reason for the cancellation.
    CANCELLED = 7

    # The job has become expired (relevant to Vertex AI jobs)
    # https://cloud.google.com/vertex-ai/docs/reference/rest/v1/JobState
    EXPIRED = 9

    # The Execution is being created.
    INITIALIZING = 10
  end
end

#name::String (readonly)



326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
# File 'proto_docs/google/cloud/notebooks/v1/execution.rb', line 326

class Execution
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enum description of the state of the underlying AIP job.
  module State
    # The job state is unspecified.
    STATE_UNSPECIFIED = 0

    # The job has been just created and processing has not yet begun.
    QUEUED = 1

    # The service is preparing to execution the job.
    PREPARING = 2

    # The job is in progress.
    RUNNING = 3

    # The job completed successfully.
    SUCCEEDED = 4

    # The job failed.
    # `error_message` should contain the details of the failure.
    FAILED = 5

    # The job is being cancelled.
    # `error_message` should describe the reason for the cancellation.
    CANCELLING = 6

    # The job has been cancelled.
    # `error_message` should describe the reason for the cancellation.
    CANCELLED = 7

    # The job has become expired (relevant to Vertex AI jobs)
    # https://cloud.google.com/vertex-ai/docs/reference/rest/v1/JobState
    EXPIRED = 9

    # The Execution is being created.
    INITIALIZING = 10
  end
end

#output_notebook_file::String



326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
# File 'proto_docs/google/cloud/notebooks/v1/execution.rb', line 326

class Execution
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enum description of the state of the underlying AIP job.
  module State
    # The job state is unspecified.
    STATE_UNSPECIFIED = 0

    # The job has been just created and processing has not yet begun.
    QUEUED = 1

    # The service is preparing to execution the job.
    PREPARING = 2

    # The job is in progress.
    RUNNING = 3

    # The job completed successfully.
    SUCCEEDED = 4

    # The job failed.
    # `error_message` should contain the details of the failure.
    FAILED = 5

    # The job is being cancelled.
    # `error_message` should describe the reason for the cancellation.
    CANCELLING = 6

    # The job has been cancelled.
    # `error_message` should describe the reason for the cancellation.
    CANCELLED = 7

    # The job has become expired (relevant to Vertex AI jobs)
    # https://cloud.google.com/vertex-ai/docs/reference/rest/v1/JobState
    EXPIRED = 9

    # The Execution is being created.
    INITIALIZING = 10
  end
end

#state::Google::Cloud::Notebooks::V1::Execution::State (readonly)



326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
# File 'proto_docs/google/cloud/notebooks/v1/execution.rb', line 326

class Execution
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enum description of the state of the underlying AIP job.
  module State
    # The job state is unspecified.
    STATE_UNSPECIFIED = 0

    # The job has been just created and processing has not yet begun.
    QUEUED = 1

    # The service is preparing to execution the job.
    PREPARING = 2

    # The job is in progress.
    RUNNING = 3

    # The job completed successfully.
    SUCCEEDED = 4

    # The job failed.
    # `error_message` should contain the details of the failure.
    FAILED = 5

    # The job is being cancelled.
    # `error_message` should describe the reason for the cancellation.
    CANCELLING = 6

    # The job has been cancelled.
    # `error_message` should describe the reason for the cancellation.
    CANCELLED = 7

    # The job has become expired (relevant to Vertex AI jobs)
    # https://cloud.google.com/vertex-ai/docs/reference/rest/v1/JobState
    EXPIRED = 9

    # The Execution is being created.
    INITIALIZING = 10
  end
end

#update_time::Google::Protobuf::Timestamp (readonly)



326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
# File 'proto_docs/google/cloud/notebooks/v1/execution.rb', line 326

class Execution
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enum description of the state of the underlying AIP job.
  module State
    # The job state is unspecified.
    STATE_UNSPECIFIED = 0

    # The job has been just created and processing has not yet begun.
    QUEUED = 1

    # The service is preparing to execution the job.
    PREPARING = 2

    # The job is in progress.
    RUNNING = 3

    # The job completed successfully.
    SUCCEEDED = 4

    # The job failed.
    # `error_message` should contain the details of the failure.
    FAILED = 5

    # The job is being cancelled.
    # `error_message` should describe the reason for the cancellation.
    CANCELLING = 6

    # The job has been cancelled.
    # `error_message` should describe the reason for the cancellation.
    CANCELLED = 7

    # The job has become expired (relevant to Vertex AI jobs)
    # https://cloud.google.com/vertex-ai/docs/reference/rest/v1/JobState
    EXPIRED = 9

    # The Execution is being created.
    INITIALIZING = 10
  end
end