Class: Google::Cloud::VisionAI::V1::AnalyzeAssetMetadata

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

Overview

Metadata for AnalyzeAsset.

Defined Under Namespace

Classes: AnalysisStatus

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_status::Array<::Google::Cloud::VisionAI::V1::AnalyzeAssetMetadata::AnalysisStatus>

Returns The status of analysis on all search capabilities.

Returns:



257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 257

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

  # The status of analysis on each search capability.
  # @!attribute [rw] state
  #   @return [::Google::Cloud::VisionAI::V1::AnalyzeAssetMetadata::AnalysisStatus::State]
  # @!attribute [rw] status_message
  #   @return [::String]
  # @!attribute [rw] search_capability
  #   @return [::Google::Cloud::VisionAI::V1::SearchCapability]
  #     The search capability requested.
  class AnalysisStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # The state of the search capability.
    module State
      # The default process state should never happen.
      STATE_UNSPECIFIED = 0

      # The ml model analysis is in progress.
      IN_PROGRESS = 1

      # The ml model analysis is successfully done.
      SUCCEEDED = 2

      # The ml model analysis failed.
      FAILED = 3
    end
  end
end

#start_time::Google::Protobuf::Timestamp

Returns The start time of the operation.

Returns:



257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 257

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

  # The status of analysis on each search capability.
  # @!attribute [rw] state
  #   @return [::Google::Cloud::VisionAI::V1::AnalyzeAssetMetadata::AnalysisStatus::State]
  # @!attribute [rw] status_message
  #   @return [::String]
  # @!attribute [rw] search_capability
  #   @return [::Google::Cloud::VisionAI::V1::SearchCapability]
  #     The search capability requested.
  class AnalysisStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # The state of the search capability.
    module State
      # The default process state should never happen.
      STATE_UNSPECIFIED = 0

      # The ml model analysis is in progress.
      IN_PROGRESS = 1

      # The ml model analysis is successfully done.
      SUCCEEDED = 2

      # The ml model analysis failed.
      FAILED = 3
    end
  end
end

#update_time::Google::Protobuf::Timestamp

Returns The update time of the operation.

Returns:



257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 257

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

  # The status of analysis on each search capability.
  # @!attribute [rw] state
  #   @return [::Google::Cloud::VisionAI::V1::AnalyzeAssetMetadata::AnalysisStatus::State]
  # @!attribute [rw] status_message
  #   @return [::String]
  # @!attribute [rw] search_capability
  #   @return [::Google::Cloud::VisionAI::V1::SearchCapability]
  #     The search capability requested.
  class AnalysisStatus
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # The state of the search capability.
    module State
      # The default process state should never happen.
      STATE_UNSPECIFIED = 0

      # The ml model analysis is in progress.
      IN_PROGRESS = 1

      # The ml model analysis is successfully done.
      SUCCEEDED = 2

      # The ml model analysis failed.
      FAILED = 3
    end
  end
end