Class: Google::Cloud::AIPlatform::V1::ExportModelOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ExportModelOperationMetadata
- 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
-
#generic_metadata ⇒ ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
The common part of the operation metadata.
-
#output_info ⇒ ::Google::Cloud::AIPlatform::V1::ExportModelOperationMetadata::OutputInfo
readonly
Output only.
Instance Attribute Details
#generic_metadata ⇒ ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
Returns The common part of the operation metadata.
404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 404 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.
404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 404 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 |