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

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

Further describes the output of the ExportModel. Supplements ExportModelRequest.OutputConfig.

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_output_uri::String (readonly)

Returns 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.

Returns:

  • (::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.



419
420
421
422
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 419

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

#image_output_uri::String (readonly)

Returns 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.

Returns:

  • (::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.



419
420
421
422
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 419

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