Class: Google::Cloud::AIPlatform::V1::CreateBatchPredictionJobRequest

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#batch_prediction_job::Google::Cloud::AIPlatform::V1::BatchPredictionJob

Returns Required. The BatchPredictionJob to create.

Returns:



543
544
545
546
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 543

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

#parent::String

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

Returns:

  • (::String)

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



543
544
545
546
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 543

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