Class: Google::Cloud::AIPlatform::V1::ExportModelOperationMetadata

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

Overview

Details of ModelService.ExportModel operation.

Defined Under Namespace

Classes: OutputInfo

Instance Attribute Summary collapse

Instance Attribute Details

#generic_metadata::Google::Cloud::AIPlatform::V1::GenericOperationMetadata

Returns The common part of the operation metadata.

Returns:



330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 330

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

  # Further describes the output of the ExportModel. Supplements
  # {::Google::Cloud::AIPlatform::V1::ExportModelRequest::OutputConfig ExportModelRequest.OutputConfig}.
  # @!attribute [r] artifact_output_uri
  #   @return [::String]
  #     Output only. If the Model artifact is being exported to Google Cloud Storage this is
  #     the full path of the directory created, into which the Model files are
  #     being written to.
  # @!attribute [r] image_output_uri
  #   @return [::String]
  #     Output only. If the Model image is being exported to Google Container Registry or
  #     Artifact Registry this is the full path of the image created.
  class OutputInfo
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#output_info::Google::Cloud::AIPlatform::V1::ExportModelOperationMetadata::OutputInfo (readonly)

Returns Output only. Information further describing the output of this Model export.

Returns:



330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 330

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

  # Further describes the output of the ExportModel. Supplements
  # {::Google::Cloud::AIPlatform::V1::ExportModelRequest::OutputConfig ExportModelRequest.OutputConfig}.
  # @!attribute [r] artifact_output_uri
  #   @return [::String]
  #     Output only. If the Model artifact is being exported to Google Cloud Storage this is
  #     the full path of the directory created, into which the Model files are
  #     being written to.
  # @!attribute [r] image_output_uri
  #   @return [::String]
  #     Output only. If the Model image is being exported to Google Container Registry or
  #     Artifact Registry this is the full path of the image created.
  class OutputInfo
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end