Class: OpenApiSDK::Operations::PostV1MachinesResponseBody
- Inherits:
-
Utils::FieldAugmented
- Object
- Utils::FieldAugmented
- OpenApiSDK::Operations::PostV1MachinesResponseBody
- Extended by:
- T::Sig
- Defined in:
- lib/open_api_sdk/models/operations/post_v1_machines_responsebody.rb
Overview
Machine created successfully
Instance Method Summary collapse
Methods included from MetadataFields
#field, #fields, included, #marshal_json, #marshal_single
Constructor Details
#initialize(allow_background_volume_commits: nil, allow_concurrent_inputs: nil, base_docker_image: nil, build_log: nil, build_machine_instance_id: nil, concurrency_limit: nil, created_at: nil, deleted: nil, disabled: nil, endpoint: nil, gpu: nil, gpu_workspace: nil, id: nil, idle_timeout: nil, install_custom_node_with_gpu: nil, keep_warm: nil, legacy_mode: nil, machine_builder_version: nil, machine_version: nil, modal_app_id: nil, models: nil, name: nil, org_id: nil, pod_id: nil, run_timeout: nil, status: nil, target_workflow_id: nil, type: nil, updated_at: nil, user_id: nil, ws_timeout: nil, dependencies: nil, docker_command_steps: nil, extra_docker_commands: nil, object_info: nil, snapshot: nil, ws_gpu: nil) ⇒ PostV1MachinesResponseBody
Returns a new instance of PostV1MachinesResponseBody.
91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 |
# File 'lib/open_api_sdk/models/operations/post_v1_machines_responsebody.rb', line 91 def initialize(allow_background_volume_commits: nil, allow_concurrent_inputs: nil, base_docker_image: nil, build_log: nil, build_machine_instance_id: nil, concurrency_limit: nil, created_at: nil, deleted: nil, disabled: nil, endpoint: nil, gpu: nil, gpu_workspace: nil, id: nil, idle_timeout: nil, install_custom_node_with_gpu: nil, keep_warm: nil, legacy_mode: nil, machine_builder_version: nil, machine_version: nil, modal_app_id: nil, models: nil, name: nil, org_id: nil, pod_id: nil, run_timeout: nil, status: nil, target_workflow_id: nil, type: nil, updated_at: nil, user_id: nil, ws_timeout: nil, dependencies: nil, docker_command_steps: nil, extra_docker_commands: nil, object_info: nil, snapshot: nil, ws_gpu: nil) @allow_background_volume_commits = allow_background_volume_commits @allow_concurrent_inputs = allow_concurrent_inputs @base_docker_image = base_docker_image @build_log = build_log @build_machine_instance_id = build_machine_instance_id @concurrency_limit = concurrency_limit @created_at = created_at @deleted = deleted @disabled = disabled @endpoint = endpoint @gpu = gpu @gpu_workspace = gpu_workspace @id = id @idle_timeout = idle_timeout @install_custom_node_with_gpu = install_custom_node_with_gpu @keep_warm = keep_warm @legacy_mode = legacy_mode @machine_builder_version = machine_builder_version @machine_version = machine_version @modal_app_id = modal_app_id @models = models @name = name @org_id = org_id @pod_id = pod_id @run_timeout = run_timeout @status = status @target_workflow_id = target_workflow_id @type = type @updated_at = updated_at @user_id = user_id @ws_timeout = ws_timeout @dependencies = dependencies @docker_command_steps = docker_command_steps @extra_docker_commands = extra_docker_commands @object_info = object_info @snapshot = snapshot @ws_gpu = ws_gpu end |