Class: Google::Cloud::AIPlatform::V1::CustomJobSpec
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::CustomJobSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/custom_job.rb
Overview
Represents the spec of a CustomJob.
Instance Attribute Summary collapse
-
#base_output_directory ⇒ ::Google::Cloud::AIPlatform::V1::GcsDestination
The Cloud Storage location to store the output of this CustomJob or HyperparameterTuningJob.
-
#enable_dashboard_access ⇒ ::Boolean
Optional.
-
#enable_web_access ⇒ ::Boolean
Optional.
-
#experiment ⇒ ::String
Optional.
-
#experiment_run ⇒ ::String
Optional.
-
#models ⇒ ::Array<::String>
Optional.
-
#network ⇒ ::String
Optional.
-
#persistent_resource_id ⇒ ::String
Optional.
-
#protected_artifact_location_id ⇒ ::String
The ID of the location to store protected artifacts.
-
#reserved_ip_ranges ⇒ ::Array<::String>
Optional.
-
#scheduling ⇒ ::Google::Cloud::AIPlatform::V1::Scheduling
Scheduling options for a CustomJob.
-
#service_account ⇒ ::String
Specifies the service account for workload run-as account.
-
#tensorboard ⇒ ::String
Optional.
-
#worker_pool_specs ⇒ ::Array<::Google::Cloud::AIPlatform::V1::WorkerPoolSpec>
Required.
Instance Attribute Details
#base_output_directory ⇒ ::Google::Cloud::AIPlatform::V1::GcsDestination
246 247 248 249 |
# File 'proto_docs/google/cloud/aiplatform/v1/custom_job.rb', line 246 class CustomJobSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enable_dashboard_access ⇒ ::Boolean
246 247 248 249 |
# File 'proto_docs/google/cloud/aiplatform/v1/custom_job.rb', line 246 class CustomJobSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enable_web_access ⇒ ::Boolean
246 247 248 249 |
# File 'proto_docs/google/cloud/aiplatform/v1/custom_job.rb', line 246 class CustomJobSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#experiment ⇒ ::String
246 247 248 249 |
# File 'proto_docs/google/cloud/aiplatform/v1/custom_job.rb', line 246 class CustomJobSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#experiment_run ⇒ ::String
246 247 248 249 |
# File 'proto_docs/google/cloud/aiplatform/v1/custom_job.rb', line 246 class CustomJobSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#models ⇒ ::Array<::String>
246 247 248 249 |
# File 'proto_docs/google/cloud/aiplatform/v1/custom_job.rb', line 246 class CustomJobSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#network ⇒ ::String
246 247 248 249 |
# File 'proto_docs/google/cloud/aiplatform/v1/custom_job.rb', line 246 class CustomJobSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#persistent_resource_id ⇒ ::String
246 247 248 249 |
# File 'proto_docs/google/cloud/aiplatform/v1/custom_job.rb', line 246 class CustomJobSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#protected_artifact_location_id ⇒ ::String
246 247 248 249 |
# File 'proto_docs/google/cloud/aiplatform/v1/custom_job.rb', line 246 class CustomJobSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reserved_ip_ranges ⇒ ::Array<::String>
246 247 248 249 |
# File 'proto_docs/google/cloud/aiplatform/v1/custom_job.rb', line 246 class CustomJobSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#scheduling ⇒ ::Google::Cloud::AIPlatform::V1::Scheduling
246 247 248 249 |
# File 'proto_docs/google/cloud/aiplatform/v1/custom_job.rb', line 246 class CustomJobSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_account ⇒ ::String
246 247 248 249 |
# File 'proto_docs/google/cloud/aiplatform/v1/custom_job.rb', line 246 class CustomJobSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tensorboard ⇒ ::String
246 247 248 249 |
# File 'proto_docs/google/cloud/aiplatform/v1/custom_job.rb', line 246 class CustomJobSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#worker_pool_specs ⇒ ::Array<::Google::Cloud::AIPlatform::V1::WorkerPoolSpec>
246 247 248 249 |
# File 'proto_docs/google/cloud/aiplatform/v1/custom_job.rb', line 246 class CustomJobSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |