Language

CapabilityHostProperties Class

Definition

The CapabilityHostProperties.

public class CapabilityHostProperties : Azure.ResourceManager.MachineLearning.Models.MachineLearningResourceBase, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.CapabilityHostProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.CapabilityHostProperties>
type CapabilityHostProperties = class
    inherit MachineLearningResourceBase
    interface IJsonModel<CapabilityHostProperties>
    interface IPersistableModel<CapabilityHostProperties>
Public Class CapabilityHostProperties
Inherits MachineLearningResourceBase
Implements IJsonModel(Of CapabilityHostProperties), IPersistableModel(Of CapabilityHostProperties)
Inheritance
CapabilityHostProperties
Implements

Constructors

Name Description
CapabilityHostProperties()

Initializes a new instance of CapabilityHostProperties.

Properties

Name Description
AcaEnvironmentConnections

List of Aca Environment connections.

AiServicesConnections

List of AI services connections.

CapabilityHostKind

Kind of this capability host.

CustomerSubnet

Customer subnet info to help set up this capability host.

Description

The asset description text.

(Inherited from MachineLearningResourceBase)
Messages

List of messages containing errors.

Properties

The asset property dictionary.

(Inherited from MachineLearningResourceBase)
ProvisioningState

Provisioning state for the CapabilityHost.

StorageConnections

List of Storage connections.

Tags

Tag dictionary. Tags can be added, removed, and updated.

(Inherited from MachineLearningResourceBase)
ThreadStorageConnections

List of Thread storage connections.

VectorStoreConnections

List of VectorStore connections.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<CapabilityHostProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<CapabilityHostProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IJsonModel<MachineLearningResourceBase>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from MachineLearningResourceBase)
IJsonModel<MachineLearningResourceBase>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from MachineLearningResourceBase)
IPersistableModel<CapabilityHostProperties>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<CapabilityHostProperties>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<CapabilityHostProperties>.Write(ModelReaderWriterOptions)
IPersistableModel<MachineLearningResourceBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from MachineLearningResourceBase)
IPersistableModel<MachineLearningResourceBase>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from MachineLearningResourceBase)
IPersistableModel<MachineLearningResourceBase>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from MachineLearningResourceBase)

Applies to