Class: Google::Cloud::AIPlatform::V1::DeployedModel
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::DeployedModel
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/endpoint.rb
Overview
A deployment of a Model. Endpoints contain one or more DeployedModels.
Instance Attribute Summary collapse
-
#automatic_resources ⇒ ::Google::Cloud::AIPlatform::V1::AutomaticResources
A description of resources that to large degree are decided by Vertex AI, and require only a modest additional configuration.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#dedicated_resources ⇒ ::Google::Cloud::AIPlatform::V1::DedicatedResources
A description of resources that are dedicated to the DeployedModel, and that need a higher degree of manual configuration.
-
#disable_container_logging ⇒ ::Boolean
For custom-trained Models and AutoML Tabular Models, the container of the DeployedModel instances will send
stderrandstdoutstreams to Cloud Logging by default. -
#display_name ⇒ ::String
The display name of the DeployedModel.
-
#enable_access_logging ⇒ ::Boolean
If true, online prediction access logs are sent to Cloud Logging.
-
#explanation_spec ⇒ ::Google::Cloud::AIPlatform::V1::ExplanationSpec
Explanation configuration for this DeployedModel.
-
#id ⇒ ::String
Immutable.
-
#model ⇒ ::String
Required.
-
#model_version_id ⇒ ::String
readonly
Output only.
-
#private_endpoints ⇒ ::Google::Cloud::AIPlatform::V1::PrivateEndpoints
readonly
Output only.
-
#service_account ⇒ ::String
The service account that the DeployedModel's container runs as.
Instance Attribute Details
#automatic_resources ⇒ ::Google::Cloud::AIPlatform::V1::AutomaticResources
228 229 230 231 |
# File 'proto_docs/google/cloud/aiplatform/v1/endpoint.rb', line 228 class DeployedModel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
228 229 230 231 |
# File 'proto_docs/google/cloud/aiplatform/v1/endpoint.rb', line 228 class DeployedModel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#dedicated_resources ⇒ ::Google::Cloud::AIPlatform::V1::DedicatedResources
228 229 230 231 |
# File 'proto_docs/google/cloud/aiplatform/v1/endpoint.rb', line 228 class DeployedModel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#disable_container_logging ⇒ ::Boolean
228 229 230 231 |
# File 'proto_docs/google/cloud/aiplatform/v1/endpoint.rb', line 228 class DeployedModel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
228 229 230 231 |
# File 'proto_docs/google/cloud/aiplatform/v1/endpoint.rb', line 228 class DeployedModel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enable_access_logging ⇒ ::Boolean
228 229 230 231 |
# File 'proto_docs/google/cloud/aiplatform/v1/endpoint.rb', line 228 class DeployedModel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#explanation_spec ⇒ ::Google::Cloud::AIPlatform::V1::ExplanationSpec
228 229 230 231 |
# File 'proto_docs/google/cloud/aiplatform/v1/endpoint.rb', line 228 class DeployedModel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#id ⇒ ::String
228 229 230 231 |
# File 'proto_docs/google/cloud/aiplatform/v1/endpoint.rb', line 228 class DeployedModel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#model ⇒ ::String
228 229 230 231 |
# File 'proto_docs/google/cloud/aiplatform/v1/endpoint.rb', line 228 class DeployedModel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#model_version_id ⇒ ::String (readonly)
228 229 230 231 |
# File 'proto_docs/google/cloud/aiplatform/v1/endpoint.rb', line 228 class DeployedModel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#private_endpoints ⇒ ::Google::Cloud::AIPlatform::V1::PrivateEndpoints (readonly)
228 229 230 231 |
# File 'proto_docs/google/cloud/aiplatform/v1/endpoint.rb', line 228 class DeployedModel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_account ⇒ ::String
228 229 230 231 |
# File 'proto_docs/google/cloud/aiplatform/v1/endpoint.rb', line 228 class DeployedModel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |